vswitchd: Delete DP_MAX_PORTS.
[openvswitch] / vswitchd / bridge.c
index 1328c2dbe58d6e4153d00e176f96d315ec441380..18e4ef2401ca8b397dc8fad7dfc37dbbe7ef0072 100644 (file)
@@ -173,7 +173,6 @@ struct port {
     bool is_mirror_output_port; /* Does port mirroring send frames here? */
 };
 
-#define DP_MAX_PORTS 255
 struct bridge {
     struct list node;           /* Node in global list of bridges. */
     char *name;                 /* User-specified arbitrary name. */