From: Bertrand Marquis <Bertrand.Marquis@arm.com> To: Julien Grall <julien@xen.org> Cc: Xen-devel <xen-devel@lists.xenproject.org>, Julien Grall <jgrall@amazon.com>, Ian Jackson <iwj@xenproject.org>, Wei Liu <wl@xen.org>, Juergen Gross <jgross@suse.com> Subject: Re: [PATCH] tools/xenstored: Remove unused prototype Date: Tue, 20 Apr 2021 15:27:07 +0000 [thread overview] Message-ID: <80DFE38D-1759-4A07-A320-0B40149CA329@arm.com> (raw) In-Reply-To: <20210420134906.10910-1-julien@xen.org> [-- Attachment #1: Type: text/plain, Size: 1069 bytes --] Hi Julien, On 20 Apr 2021, at 14:49, Julien Grall <julien@xen.org<mailto:julien@xen.org>> wrote: From: Julien Grall <jgrall@amazon.com<mailto:jgrall@amazon.com>> 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<mailto:jgrall@amazon.com>> Agree, no implementation of this exists so: Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com<mailto:bertrand.marquis@arm.com>> Cheers Bertrand --- tools/xenstore/xenstored_core.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/xenstore/xenstored_core.c b/tools/xenstore/xenstored_core.c index d54a6042a9f7..591b28e4552f 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; -- 2.17.1 [-- Attachment #2: Type: text/html, Size: 2225 bytes --]
next prev parent reply other threads:[~2021-04-20 15:27 UTC|newest] Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-04-20 13:49 Julien Grall 2021-04-20 15:27 ` Bertrand Marquis [this message] 2021-04-21 7:39 ` Juergen Gross 2021-04-25 12:50 ` Julien Grall
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=80DFE38D-1759-4A07-A320-0B40149CA329@arm.com \ --to=bertrand.marquis@arm.com \ --cc=iwj@xenproject.org \ --cc=jgrall@amazon.com \ --cc=jgross@suse.com \ --cc=julien@xen.org \ --cc=wl@xen.org \ --cc=xen-devel@lists.xenproject.org \ --subject='Re: [PATCH] tools/xenstored: Remove unused prototype' \ /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
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).