Signed-off-by: Ben Pfaff <b...@nicira.com>
---
 vswitchd/bridge.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c
index 2e90ea2..be149c3 100644
--- a/vswitchd/bridge.c
+++ b/vswitchd/bridge.c
@@ -578,10 +578,6 @@ bridge_reconfigure(const struct ovsrec_open_vswitch 
*ovs_cfg)
         smap_get_int(&ovs_cfg->other_config, "n-handler-threads", 0),
         smap_get_int(&ovs_cfg->other_config, "n-revalidator-threads", 0));
 
-    if (ovs_cfg) {
-        discover_types(ovs_cfg);
-    }
-
     /* Destroy "struct bridge"s, "struct port"s, and "struct iface"s according
      * to 'ovs_cfg', with only very minimal configuration otherwise.
      *
-- 
2.1.3

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to