From: George Dunlap Date: Mon, 24 Jun 2024 10:23:18 +0000 (+0100) Subject: tools/xenalyze: Remove argp_program_bug_address X-Git-Tag: 4.19.0-rc1~12 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dde20e47afb51404d59be492ca924704f0fbf71d;p=xen.git tools/xenalyze: Remove argp_program_bug_address xenalyze sets argp_program_bug_address to my old Citrix address. This was done before xenalyze was in the xen.git tree; and it's the only program in the tree which does so. Now that xenalyze is part of the normal Xen distribution, it should be obvious where to report bugs. Signed-off-by: George Dunlap Acked-by: Andrew Cooper Release-Acked-by: Oleksii Kurochko --- diff --git a/tools/xentrace/xenalyze.c b/tools/xentrace/xenalyze.c index d95e52695f..adc96dd7e4 100644 --- a/tools/xentrace/xenalyze.c +++ b/tools/xentrace/xenalyze.c @@ -10920,9 +10920,6 @@ const struct argp parser_def = { .doc = "", }; -const char *argp_program_bug_address = "George Dunlap "; - - int main(int argc, char *argv[]) { /* Start with warn at stderr. */ warn = stderr;