diff options
Diffstat (limited to 'src/strip.c')
-rw-r--r-- | src/strip.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/strip.c b/src/strip.c index 64ef84d3..a791ca57 100644 --- a/src/strip.c +++ b/src/strip.c @@ -48,7 +48,6 @@ typedef uint8_t GElf_Byte; /* 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. */ @@ -211,20 +210,6 @@ Only one input file allowed together with '-o' and '-f'")); } -/* Print the version information. */ -static void -print_version (FILE *stream, struct argp_state *state __attribute__ ((unused))) -{ - fprintf (stream, "strip (%s) %s\n", PACKAGE_NAME, PACKAGE_VERSION); - fprintf (stream, gettext ("\ -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"), "Ulrich Drepper"); -} - - /* Handle program arguments. */ static error_t parse_opt (int key, char *arg, struct argp_state *state) |