aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_watch.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_watch.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_watch.c')
-rw-r--r--tools/xenstore/xenstored_watch.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tools/xenstore/xenstored_watch.c b/tools/xenstore/xenstored_watch.c
index 4d1a6d5bfb..27e082a24f 100644
--- a/tools/xenstore/xenstored_watch.c
+++ b/tools/xenstore/xenstored_watch.c
@@ -29,7 +29,6 @@
#include "xenstored_watch.h"
#include "xs_lib.h"
#include "utils.h"
-#include "xenstored_test.h"
#include "xenstored_domain.h"
extern int quota_nb_watch_per_domain;
@@ -196,17 +195,6 @@ void conn_delete_all_watches(struct connection *conn)
}
}
-#ifdef TESTING
-void dump_watches(struct connection *conn)
-{
- struct watch *watch;
-
- list_for_each_entry(watch, &conn->watches, list)
- printf(" watch on %s token %s\n",
- watch->node, watch->token);
-}
-#endif
-
/*
* Local variables:
* c-file-style: "linux"