From 7bc9e58f6951cece996d3d948f331b5cdb943c25 Mon Sep 17 00:00:00 2001
From: Iustin Pop <iustin@google.com>
Date: Sun, 14 Dec 2008 12:02:01 +0000
Subject: [PATCH] cleanup: fix GatherMasterVotes

Remove unused vars

Reviewed-by: amishchenko
---
 lib/bootstrap.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/bootstrap.py b/lib/bootstrap.py
index c70046ddd..4f3fa98db 100644
--- a/lib/bootstrap.py
+++ b/lib/bootstrap.py
@@ -430,8 +430,6 @@ def GatherMasterVotes(node_list):
     # this should not happen (unless internal error in rpc)
     logging.critical("Can't complete rpc call, aborting master startup")
     return [(None, len(node_list))]
-  positive = negative = 0
-  other_masters = {}
   votes = {}
   for node in results:
     nres = results[node]
-- 
GitLab