* [PATCH] SrvDaemon.py: remove unused code
@ 2005-05-29 5:16 aq
0 siblings, 0 replies; only message in thread
From: aq @ 2005-05-29 5:16 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 230 bytes --]
This patch removes unused code in SrvDaemon.py (against -unstable
ChangeSet@1.1575)
Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
# diffstat srvdaemon.patch
SrvDaemon.py | 2 --
1 files changed, 2 deletions(-)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: srvdaemon.patch --]
[-- Type: text/x-patch; name="srvdaemon.patch", Size: 696 bytes --]
===== tools/python/xen/xend/server/SrvDaemon.py 1.56 vs edited =====
--- 1.56/tools/python/xen/xend/server/SrvDaemon.py 2005-05-25 11:03:17 -05:00
+++ edited/tools/python/xen/xend/server/SrvDaemon.py 2005-05-29 13:17:49 -05:00
@@ -24,7 +24,6 @@
from xen.xend import EventServer; eserver = EventServer.instance()
from xen.xend.XendError import XendError
from xen.xend.server import SrvServer
-from xen.xend import XendRoot
from xen.xend.XendLogging import log
import channel
@@ -299,7 +298,6 @@
def run(self):
try:
- xroot = XendRoot.instance()
log.info("Xend Daemon started")
self.createFactories()
event.listenEvent(self)
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-05-29 5:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-29 5:16 [PATCH] SrvDaemon.py: remove unused code aq
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.