Removed legacy code that wasn't being used.
[openflowjava.git] / third-party / openflow-codec / src / main / java / org / openflow / codec / protocol / statistics / table / OFPTableFeaturePropApplyActionsMiss.java
diff --git a/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropApplyActionsMiss.java b/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/statistics/table/OFPTableFeaturePropApplyActionsMiss.java
deleted file mode 100644 (file)
index 82ae3c9..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-package org.openflow.codec.protocol.statistics.table;
-
-/**
- * Class defines OFPTFPT_APPLY_ACTIONS_MISS type
- *
- * @author AnilGujele
- *
- */
-public class OFPTableFeaturePropApplyActionsMiss extends OFPTableFeaturePropActions {
-
-    /**
-     * constructor
-     */
-    public OFPTableFeaturePropApplyActionsMiss() {
-        super.setOFTableFeaturePropType(OFPTableFeaturePropType.APPLY_ACTIONS_MISS);
-    }
-
-}