summaryrefslogtreecommitdiffstats
path: root/src/elfcompress.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/elfcompress.c')
-rw-r--r--src/elfcompress.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/elfcompress.c b/src/elfcompress.c
index 82ab9655..9f6db1cc 100644
--- a/src/elfcompress.c
+++ b/src/elfcompress.c
@@ -38,7 +38,6 @@
#include "system.h"
/* 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. */
@@ -55,12 +54,6 @@ static const char *foutput = NULL;
#define T_COMPRESS_GNU 3 /* zlib-gnu */
static int type = T_UNSET;
-static void
-print_version (FILE *stream, struct argp_state *state __attribute__ ((unused)))
-{
- fprintf (stream, "elfcompress (%s) %s\n", PACKAGE_NAME, PACKAGE_VERSION);
-}
-
struct section_pattern
{
char *pattern;