projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bea65a2
)
tools/xenstored: Remove unused prototype
author
Julien Grall
<jgrall@amazon.com>
Tue, 20 Apr 2021 13:46:06 +0000
(14:46 +0100)
committer
Julien Grall
<jgrall@amazon.com>
Sun, 25 Apr 2021 12:49:06 +0000
(13:49 +0100)
A prototype for dump_conn() has been present for quite a long time
but there are no implementation. Even, AFAICT in the patch that
introduced it. So drop it.
Signed-off-by: Julien Grall <jgrall@amazon.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
Reviewed-by: Juergen Gross <jgross@suse.com>
tools/xenstore/xenstored_core.c
patch
|
blob
|
history
diff --git
a/tools/xenstore/xenstored_core.c
b/tools/xenstore/xenstored_core.c
index d54a6042a9f794c2079cc8339b563ac5a9afcb7a..591b28e4552f8f8e24797c3a5374873ed3f4bb12 100644
(file)
--- a/
tools/xenstore/xenstored_core.c
+++ b/
tools/xenstore/xenstored_core.c
@@
-2085,7
+2085,6
@@
static struct option options[] = {
#endif
{ NULL, 0, NULL, 0 } };
-extern void dump_conn(struct connection *conn);
int dom0_domid = 0;
int dom0_event = 0;
int priv_domid = 0;