vswitch: Drop unused extern declaration.
authorBen Pfaff <blp@nicira.com>
Tue, 10 Mar 2009 19:29:43 +0000 (12:29 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 10 Mar 2009 20:56:00 +0000 (13:56 -0700)
This was entirely unused.

vswitchd/bridge.c

index 16382aff7ee18279150e8f8e54851d563b046358..85ddd74325e4083b3a9efe443cccd2457922205c 100644 (file)
@@ -70,8 +70,6 @@
 #define THIS_MODULE VLM_bridge
 #include "vlog.h"
 
-extern struct svec config_files;
-
 struct iface {
     struct port *port;          /* Containing port. */
     size_t port_ifidx;          /* Index within containing port. */