Remove two unused variables
authorIustin Pop <iustin@google.com>
Wed, 26 Jan 2011 13:13:09 +0000 (14:13 +0100)
committerIustin Pop <iustin@google.com>
Wed, 26 Jan 2011 15:44:28 +0000 (16:44 +0100)
Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>

lib/client/gnt_backup.py
lib/client/gnt_instance.py

index c154ae8..23e9f7c 100644 (file)
@@ -32,9 +32,6 @@ from ganeti import constants
 from ganeti import errors
 
 
-_VALUE_TRUE = "true"
-
-
 def PrintExportList(opts, args):
   """Prints a list of all the exported system images.
 
index 235f843..050be78 100644 (file)
@@ -54,8 +54,6 @@ _SHUTDOWN_NODES_TAGS_MODES = (
     _SHUTDOWN_NODES_SEC_BY_TAGS)
 
 
-_VALUE_TRUE = "true"
-
 #: default list of options for L{ListInstances}
 _LIST_DEF_FIELDS = [
   "name", "hypervisor", "os", "pnode", "status", "oper_ram",