aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_domain.c
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-03 15:51:59 +0100
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-07-03 15:51:59 +0100
commitfed1946117852f53d18ebdd32306970c87e58b85 (patch)
tree7210f4f5d88d5d16a29789651d640b65393d6fab /tools/xenstore/xenstored_domain.c
parent091eb6c418c8b06a24adeed3b44dd13674426af2 (diff)
downloadxen-fed1946117852f53d18ebdd32306970c87e58b85.tar.gz
xen-fed1946117852f53d18ebdd32306970c87e58b85.tar.bz2
xen-fed1946117852f53d18ebdd32306970c87e58b85.zip
xenstore: Remove broken and unmaintained test code.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/xenstore/xenstored_domain.c')
-rw-r--r--tools/xenstore/xenstored_domain.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/xenstore/xenstored_domain.c b/tools/xenstore/xenstored_domain.c
index 6df0c32c64..0f6e11a29c 100644
--- a/tools/xenstore/xenstored_domain.c
+++ b/tools/xenstore/xenstored_domain.c
@@ -23,14 +23,12 @@
#include <stdlib.h>
#include <stdarg.h>
-//#define DEBUG
#include "utils.h"
#include "talloc.h"
#include "xenstored_core.h"
#include "xenstored_domain.h"
#include "xenstored_transaction.h"
#include "xenstored_watch.h"
-#include "xenstored_test.h"
#include <xenctrl.h>
@@ -217,10 +215,8 @@ void handle_event(void)
if (port == virq_port)
domain_cleanup();
-#ifndef TESTING
if (xc_evtchn_unmask(xce_handle, port) == -1)
barf_perror("Failed to write to event fd");
-#endif
}
bool domain_can_read(struct connection *conn)