Removed legacy code that wasn't being used.
[openflowjava.git] / third-party / openflowj_netty / src / main / java / org / openflow / util / IProducer.java
diff --git a/third-party/openflowj_netty/src/main/java/org/openflow/util/IProducer.java b/third-party/openflowj_netty/src/main/java/org/openflow/util/IProducer.java
deleted file mode 100644 (file)
index 52ae79a..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-package org.openflow.util;
-
-public interface IProducer {
-
-    public void registerConsumer(Class<?> iface, Object anObj);
-
-    public void deregisterConsumer(Class<?> iface, Object anObj);
-
-}