Removed legacy code that wasn't being used.
[openflowjava.git] / third-party / openflow-codec / src / main / java / org / openflow / codec / protocol / statistics / table / OFPTableFeaturePropNextTablesMiss.java
diff --git a/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropNextTablesMiss.java b/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropNextTablesMiss.java
deleted file mode 100644 (file)
index 5bb3389..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.openflow.codec.protocol.statistics.table;
-
-/**
- * class to define OFPTFPT_NEXT_TABLES_MISS
- *
- * @author AnilGujele
- *
- */
-public class OFPTableFeaturePropNextTablesMiss extends OFPTableFeaturePropNextTables {
-
-    /**
-     * constructor
-     */
-    public OFPTableFeaturePropNextTablesMiss() {
-        super.setOFTableFeaturePropType(OFPTableFeaturePropType.NEXT_TABLES_MISS);
-    }
-
-}