diff options
author | Yuichi Ito <ito.yuichi0@gmail.com> | 2013-10-29 18:50:40 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2013-10-29 21:51:27 +0900 |
commit | 0dca4fda4ce6f4fd5f7235b73da6237df22c9dca (patch) | |
tree | df49c3e7825106601358a47a387f24e8367a4601 | |
parent | fb62194f64259bdc805168df4efdb33779b7ce4a (diff) |
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>
-rw-r--r-- | ryu/lib/packet/sctp.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ryu/lib/packet/sctp.py b/ryu/lib/packet/sctp.py index f44f4da2..89b57a0d 100644 --- a/ryu/lib/packet/sctp.py +++ b/ryu/lib/packet/sctp.py @@ -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 = {} |