diff options
-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') |