Merge into master from pull request #218:
openflow_input: remove redundant of_experimenter_stats_header (https://github.com/floodlight/loxigen/pull/218)
diff --git a/openflow_input/standard-1.3 b/openflow_input/standard-1.3
index 6010880..723595f 100644
--- a/openflow_input/standard-1.3
+++ b/openflow_input/standard-1.3
@@ -1993,11 +1993,6 @@
     list(of_meter_band_t) entries;
 };
 
-struct of_experimenter_stats_header {
-    uint32_t experimenter == ?;
-    uint32_t subtype;
-};
-
 // END OF STATS OBJECTS
 
 struct of_queue_prop {