Removed legacy code that wasn't being used.
[openflowjava.git] / third-party / openflow-codec / src / main / java / org / openflow / codec / protocol / factory / OFPInstructionFactoryAware.java
diff --git a/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPInstructionFactoryAware.java b/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/factory/OFPInstructionFactoryAware.java
deleted file mode 100644 (file)
index 9ebd64d..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-package org.openflow.codec.protocol.factory;
-
-/**
- * Objects implementing this interface are expected to be instantiated with an
- * instance of an OFPInstructionFactory
- *
- * @author AnilGujele
- */
-public interface OFPInstructionFactoryAware {
-    /**
-     * Sets the OFPInstructionFactory
-     *
-     * @param instructionFactory
-     */
-    public void setInstructionFactory(OFPInstructionFactory instructionFactory);
-}