Removed legacy code that wasn't being used.
[openflowjava.git] / third-party / openflow-codec / src / main / java / org / openflow / codec / protocol / OFPGetConfigReply.java
diff --git a/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPGetConfigReply.java b/third-party/openflow-codec/src/main/java/org/openflow/codec/protocol/OFPGetConfigReply.java
deleted file mode 100644 (file)
index 2e19128..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-package org.openflow.codec.protocol;
-
-/**
- * Represents an OFPT_GET_CONFIG_REPLY type message
- *
- * @author David Erickson (daviderickson@cs.stanford.edu)
- */
-public class OFPGetConfigReply extends OFPSwitchConfig {
-    public OFPGetConfigReply() {
-        super();
-        this.type = OFPType.GET_CONFIG_REPLY;
-    }
-}