From e30a8743780a798409b16268db93f4ce34e3084b Mon Sep 17 00:00:00 2001 From: Dave Anderson Date: Wed, 30 Apr 2014 16:22:06 -0400 Subject: [PATCH] Removed the BASELEVEL_REVISION string from defs.h, which serves no purpose since the deprecation of the remote daemon, and typically has been out of sync with the crash version. (anderson@redhat.com) --- defs.h | 2 -- remote.c | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/defs.h b/defs.h index 4054de4..51b88f3 100644 --- a/defs.h +++ b/defs.h @@ -59,8 +59,6 @@ #define ATTRIBUTE_UNUSED __attribute__ ((__unused__)) #endif -#define BASELEVEL_REVISION "7.0.6" - #undef TRUE #undef FALSE diff --git a/remote.c b/remote.c index 5dc88ad..2938669 100644 --- a/remote.c +++ b/remote.c @@ -84,7 +84,7 @@ main(int argc, char **argv) { case 'v': printf("%s %s\n", basename(argv[0]), - BASELEVEL_REVISION); + /* BASELEVEL_REVISION */ "(deprecated)"); exit(0); case 'd':