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