From: Julien Grall Date: Tue, 20 Apr 2021 13:46:06 +0000 (+0100) Subject: tools/xenstored: Remove unused prototype X-Git-Tag: archive/raspbian/4.16.0+51-g0941d6cb-1+rpi1~2^2~42^2~611 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3c1c6c401eabca0f74022c990199e0f2b14ec0b9;p=xen.git tools/xenstored: Remove unused prototype 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 Reviewed-by: Bertrand Marquis Reviewed-by: Juergen Gross --- diff --git a/tools/xenstore/xenstored_core.c b/tools/xenstore/xenstored_core.c index d54a6042a9..591b28e455 100644 --- 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;