Removed legacy code that wasn't being used.
[openflowjava.git] / third-party / openflow-codec / src / main / java / org / openflow / codec / protocol / Instantiable.java
diff --git a/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/Instantiable.java b/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/Instantiable.java
deleted file mode 100644 (file)
index e9019d4..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-package org.openflow.codec.protocol;
-
-/**
- *
- * @author David Erickson (daviderickson@cs.stanford.edu)
- */
-public interface Instantiable<E> {
-
-    /**
-     * Create a new instance of a given subclass.
-     *
-     * @return the new instance.
-     */
-    public E instantiate();
-}