packet lib: sctp: remove the past 'TODO' comments

Signed-off-by: Yuichi Ito <ito.yuichi0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Yuichi Ito 2013-10-29 18:50:40 +09:00 committed by FUJITA Tomonori
parent fb62194f64
commit 0dca4fda4c

View File

@ -760,7 +760,6 @@ class chunk_abort(chunk):
============== =====================================================
"""
# TODO: coding and testing
_class_prefixes = ['cause_']
_RECOGNIZED_CAUSES = {}
@ -917,7 +916,6 @@ class chunk_error(chunk):
============== =====================================================
"""
# TODO: coding and testing
_class_prefixes = ['cause_']
_RECOGNIZED_CAUSES = {}