bridge: Drop unused enum definition.
authorBen Pfaff <blp@nicira.com>
Thu, 10 Jun 2010 21:10:51 +0000 (14:10 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 23 Jun 2010 19:43:02 +0000 (12:43 -0700)
vswitchd/bridge.c

index 605888c..353bafd 100644 (file)
@@ -189,9 +189,6 @@ struct bridge {
 /* List of all bridges. */
 static struct list all_bridges = LIST_INITIALIZER(&all_bridges);
 
-/* Maximum number of datapaths. */
-enum { DP_MAX = 256 };
-
 static struct bridge *bridge_create(const struct ovsrec_bridge *br_cfg);
 static void bridge_destroy(struct bridge *);
 static struct bridge *bridge_lookup(const char *name);