[ovs-dev] [Simple DB Stats 02/11] bridge: Drop unused enum definition.

Ben Pfaff blp at nicira.com
Fri Jun 11 00:14:32 UTC 2010


---
 vswitchd/bridge.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index db723f1..0f2c469 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -200,9 +200,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);
-- 
1.7.1





More information about the dev mailing list