From 8fcc0cb12adba50500dd7e0021cd8900b7da5713 Mon Sep 17 00:00:00 2001 From: Guido Trotter Date: Wed, 10 Jun 2009 10:53:49 +0100 Subject: [PATCH] Remove config.GetDefBridge Default bridge is now handled with nic parameters, and this function is unused. Signed-off-by: Guido Trotter Reviewed-by: Iustin Pop --- lib/config.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/config.py b/lib/config.py index 7ebcf92..3ea9c56 100644 --- a/lib/config.py +++ b/lib/config.py @@ -1189,13 +1189,6 @@ class ConfigWriter: self._WriteConfig() @locking.ssynchronized(_config_lock, shared=1) - def GetDefBridge(self): - """Return the default bridge. - - """ - return self._config_data.cluster.default_bridge - - @locking.ssynchronized(_config_lock, shared=1) def GetMACPrefix(self): """Return the mac prefix. -- 1.7.10.4