diff options
author | YAMAMOTO Takashi <yamamoto@valinux.co.jp> | 2014-03-26 13:04:12 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2014-04-10 07:09:51 +0900 |
commit | 97bf63e7c7ea21ace3fa3c50a8da78f0adc0e58a (patch) | |
tree | cf79991082333ebc1115850907cd5f0c9ea6b0bd | |
parent | f00952b0afc2ac0daf1e2486b93e9044fdbce84b (diff) |
controller.handler: g/c now unused code
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | ryu/controller/handler.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ryu/controller/handler.py b/ryu/controller/handler.py index 7c8a5b4c..96ab13e5 100644 --- a/ryu/controller/handler.py +++ b/ryu/controller/handler.py @@ -53,10 +53,6 @@ def set_ev_handler(ev_cls, dispatchers=None): return _set_ev_cls_dec -def _is_ev_cls(meth): - return hasattr(meth, 'ev_cls') - - def _has_caller(meth): return hasattr(meth, 'callers') |