Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
 ryu/controller/handler.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/ryu/controller/handler.py b/ryu/controller/handler.py
index 7c8a5b4..96ab13e 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')
 
-- 
1.8.3.1


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to