summaryrefslogtreecommitdiff
path: root/hextobdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'hextobdf.c')
-rw-r--r--hextobdf.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/hextobdf.c b/hextobdf.c
index 1f3cb50..def8bfb 100644
--- a/hextobdf.c
+++ b/hextobdf.c
@@ -19,9 +19,6 @@
#include <wchar.h>
#include <unistd.h>
-#ifndef HASH
-#define HASH "(undefined)"
-#endif
#ifndef VERSION
#define VERSION "(undefined)"
#endif
@@ -162,7 +159,7 @@ void parse_options(int aArgc, char **aArgv) {
while ((ch = getopt(aArgc, aArgv, "Vw:h:")) != -1) {
switch (ch) {
case 'V':
- printf("%s version %s, hash %s\n", aArgv[0], VERSION, HASH);
+ printf("%s version %s\n", aArgv[0], VERSION);
exit (EXIT_SUCCESS);
break;
case 'h':