WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] Removed unused getDB method.

# HG changeset patch
# User emellor@ewan
# Node ID 0b6e06fced6a0443c47b0076b2c107bdb68c168b
# Parent  cc5d8878fc369a2806eb1b2da2d28657cf5c2025
Removed unused getDB method.

Signed-off-by: Ewan Mellor<ewan@xxxxxxxxxxxxx>

diff -r cc5d8878fc36 -r 0b6e06fced6a tools/python/xen/xend/xenstore/xsobj.py
--- a/tools/python/xen/xend/xenstore/xsobj.py   Sat Sep 17 09:44:29 2005
+++ b/tools/python/xen/xend/xenstore/xsobj.py   Sat Sep 17 09:46:55 2005
@@ -469,9 +469,6 @@
             n = n._addChild(x)
         return n
 
-    def getDB(self):
-        return self.__db__
-
     def setDB(self, db):
         if (db is not None) and not isinstance(db, XenNode):
             raise ValueError("invalid db")

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] Removed unused getDB method., Xen patchbot -unstable <=