diff options
Diffstat (limited to 'src/unstrip.c')
-rw-r--r-- | src/unstrip.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/unstrip.c b/src/unstrip.c index cc3dcb26..d838ae9f 100644 --- a/src/unstrip.c +++ b/src/unstrip.c @@ -57,7 +57,6 @@ #endif /* Name and version of program. */ -static void print_version (FILE *stream, struct argp_state *state); ARGP_PROGRAM_VERSION_HOOK_DEF = print_version; /* Bug report address. */ @@ -225,19 +224,6 @@ parse_opt (int key, char *arg, struct argp_state *state) } return 0; } - -/* Print the version information. */ -static void -print_version (FILE *stream, struct argp_state *state __attribute__ ((unused))) -{ - fprintf (stream, "unstrip (%s) %s\n", PACKAGE_NAME, PACKAGE_VERSION); - fprintf (stream, _("\ -Copyright (C) %s Red Hat, Inc.\n\ -This is free software; see the source for copying conditions. There is NO\n\ -warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n\ -"), "2012"); - fprintf (stream, gettext ("Written by %s.\n"), "Roland McGrath"); -} #define ELF_CHECK(call, msg) \ do \ |