From 8fcc0cb12adba50500dd7e0021cd8900b7da5713 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> 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 <ultrotter@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/config.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/lib/config.py b/lib/config.py index 7ebcf920b..3ea9c568d 100644 --- a/lib/config.py +++ b/lib/config.py @@ -1188,13 +1188,6 @@ class ConfigWriter: self._config_data.cluster.serial_no += 1 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. -- GitLab