vswitchd: Delete DP_MAX_PORTS.
authorBen Pfaff <blp@nicira.com>
Mon, 13 Dec 2010 20:20:12 +0000 (12:20 -0800)
committerBen Pfaff <blp@nicira.com>
Mon, 13 Dec 2010 22:29:13 +0000 (14:29 -0800)
This is no longer used.

vswitchd/bridge.c

index 1328c2d..18e4ef2 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. */