From 4d130f341f1553242f8c9b85219044592f8170a7 Mon Sep 17 00:00:00 2001
From: Michael Hanselmann <hansmi@google.com>
Date: Mon, 10 Jan 2011 16:14:48 +0100
Subject: [PATCH] utils: Remove unused variables

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
---
 lib/utils/__init__.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/utils/__init__.py b/lib/utils/__init__.py
index b8769656e..5e1eaf98e 100644
--- a/lib/utils/__init__.py
+++ b/lib/utils/__init__.py
@@ -60,9 +60,6 @@ from ganeti.utils.mlock import * # pylint: disable-msg=W0401
 from ganeti.utils.log import * # pylint: disable-msg=W0401
 from ganeti.utils.hash import * # pylint: disable-msg=W0401
 
-_locksheld = []
-
-debug_locks = False
 
 #: when set to True, L{RunCmd} is disabled
 no_fork = False
-- 
GitLab