From 81857c785ea94f93fbf385f7db86f22103cfa29b Mon Sep 17 00:00:00 2001
From: Ben Pfaff <blp@nicira.com>
Date: Thu, 10 Jun 2010 14:10:51 -0700
Subject: [PATCH] bridge: Drop unused enum definition.

---
 vswitchd/bridge.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index 605888c61..353bafdc1 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -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);
-- 
2.47.0