diff options
Diffstat (limited to 'src/ranlib.c')
-rw-r--r-- | src/ranlib.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/ranlib.c b/src/ranlib.c index 455de0d6..41a3bcf2 100644 --- a/src/ranlib.c +++ b/src/ranlib.c @@ -47,7 +47,6 @@ static int handle_file (const char *fname); /* 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. */ @@ -115,20 +114,6 @@ main (int argc, char *argv[]) } -/* Print the version information. */ -static void -print_version (FILE *stream, struct argp_state *state __attribute__ ((unused))) -{ - fprintf (stream, "ranlib (%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"); -} - - static int copy_content (Elf *elf, int newfd, off_t off, size_t n) { |