Bug 2273: Removed unbuilt third-party code.
[controller.git] / third-party / openflowj / src / main / java / org / openflow / protocol / factory / OFQueuePropertyFactoryAware.java
diff --git a/third-party/openflowj/src/main/java/org/openflow/protocol/factory/OFQueuePropertyFactoryAware.java b/third-party/openflowj/src/main/java/org/openflow/protocol/factory/OFQueuePropertyFactoryAware.java
deleted file mode 100644 (file)
index 9f1b61f..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.openflow.protocol.factory;
-
-/**
- * Objects implementing this interface are expected to be instantiated with an
- * instance of an OFQueuePropertyFactory
- * @author David Erickson (daviderickson@cs.stanford.edu)
- */
-public interface OFQueuePropertyFactoryAware {
-    /**
-     * Sets the OFQueuePropertyFactory
-     * @param queuePropertyFactory
-     */
-    public void setQueuePropertyFactory(OFQueuePropertyFactory queuePropertyFactory);
-}