]> xenbits.xensource.com Git - xen.git/commitdiff
tools/xenalyze: Remove argp_program_bug_address
authorGeorge Dunlap <george.dunlap@cloud.com>
Mon, 24 Jun 2024 10:23:18 +0000 (11:23 +0100)
committerGeorge Dunlap <george.dunlap@cloud.com>
Wed, 26 Jun 2024 13:19:29 +0000 (14:19 +0100)
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 <george.dunlap@cloud.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
tools/xentrace/xenalyze.c

index d95e52695fa907d225cd62a922fb7fe54dcf830d..adc96dd7e419bc60ff962214c1d05c73c2166be4 100644 (file)
@@ -10920,9 +10920,6 @@ const struct argp parser_def = {
     .doc = "",
 };
 
-const char *argp_program_bug_address = "George Dunlap <george.dunlap@eu.citrix.com>";
-
-
 int main(int argc, char *argv[]) {
     /* Start with warn at stderr. */
     warn = stderr;