diff options
Diffstat (limited to 'src/elflint.c')
-rw-r--r-- | src/elflint.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/elflint.c b/src/elflint.c index b304a309..7d3f2271 100644 --- a/src/elflint.c +++ b/src/elflint.c @@ -48,7 +48,6 @@ /* 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. */ @@ -228,20 +227,6 @@ parse_opt (int key, char *arg __attribute__ ((unused)), } -/* Print the version information. */ -static void -print_version (FILE *stream, struct argp_state *state __attribute__ ((unused))) -{ - fprintf (stream, "elflint (%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"); -} - - /* Process one file. */ static void process_file (int fd, Elf *elf, const char *prefix, const char *suffix, |