summaryrefslogtreecommitdiffstats
path: root/storage/archive/archive_reader.c
diff options
context:
space:
mode:
Diffstat (limited to 'storage/archive/archive_reader.c')
-rw-r--r--storage/archive/archive_reader.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/storage/archive/archive_reader.c b/storage/archive/archive_reader.c
index 0e02127e..85637a04 100644
--- a/storage/archive/archive_reader.c
+++ b/storage/archive/archive_reader.c
@@ -26,7 +26,7 @@
#define BUFFER_LEN 1024
#define ARCHIVE_ROW_HEADER_SIZE 4
-#define SHOW_VERSION "0.1"
+#define VER "0.1"
static void get_options(int *argc,char * * *argv);
static void print_version(void);
@@ -400,12 +400,6 @@ static void usage(void)
my_print_help(my_long_options);
}
-static void print_version(void)
-{
- printf("%s Ver %s Distrib %s, for %s (%s)\n", my_progname, SHOW_VERSION,
- MYSQL_SERVER_VERSION, SYSTEM_TYPE, MACHINE_TYPE);
-}
-
static void get_options(int *argc, char ***argv)
{
load_defaults_or_exit("my", load_default_groups, argc, argv);