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