Removed legacy code that wasn't being used.
[openflowjava.git] / third-party / openflow-codec / src / main / java / org / openflow / codec / protocol / action / OFPActionPushVLAN.java
diff --git a/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionPushVLAN.java b/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/action/OFPActionPushVLAN.java
deleted file mode 100644 (file)
index e974194..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-package org.openflow.codec.protocol.action;
-
-/**
- * Represents an action type OFPAT_PUSH_VLAN
- *
- * @author Yugandhar Sarraju (ysarraju@in.ibm.com)
- */
-public class OFPActionPushVLAN extends OFPActionPush {
-    public OFPActionPushVLAN() {
-        super();
-        super.setType(OFPActionType.PUSH_VLAN);
-        super.setLength((short) OFPActionPushVLAN.MINIMUM_LENGTH);
-    }
-}
\ No newline at end of file