projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc020c7
)
bridge: Drop unused enum definition.
author
Ben Pfaff
<blp@nicira.com>
Thu, 10 Jun 2010 21:10:51 +0000
(14:10 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 23 Jun 2010 19:43:02 +0000
(12:43 -0700)
vswitchd/bridge.c
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index 605888c61ebb51d6d2252f7150c4f4227a1e7b72..353bafdc180a811e3b9010b20169f8de88c4e842 100644
(file)
--- 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);