From: Ben Pfaff Date: Tue, 10 Mar 2009 19:29:43 +0000 (-0700) Subject: vswitch: Drop unused extern declaration. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56251c7915d83323bd23a06b077bb1e861edd539;p=openvswitch vswitch: Drop unused extern declaration. This was entirely unused. --- diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 16382aff..85ddd743 100644 --- a/vswitchd/bridge.c +++ b/vswitchd/bridge.c @@ -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. */