From: aq <aquynh@gmail.com>
To: xen-devel <xen-devel@lists.xensource.com>
Subject: [PATCH] SrvDaemon.py: remove unused code
Date: Sun, 29 May 2005 00:16:54 -0500 [thread overview]
Message-ID: <9cde8bff05052822167f93fec0@mail.gmail.com> (raw)
[-- 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
reply other threads:[~2005-05-29 5:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9cde8bff05052822167f93fec0@mail.gmail.com \
--to=aquynh@gmail.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.