summaryrefslogtreecommitdiff
path: root/whois.c
diff options
context:
space:
mode:
Diffstat (limited to 'whois.c')
-rw-r--r--whois.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/whois.c b/whois.c
index ae05f13..20e0c4f 100644
--- a/whois.c
+++ b/whois.c
@@ -114,12 +114,8 @@ int main(int argc, char *argv[])
verb = 1;
break;
case 1:
-#ifdef VERSION
fprintf(stderr, _("Version %s.\n\nReport bugs to %s.\n"),
VERSION, "<md+whois@linux.it>");
-#else
- fprintf(stderr, "%s %s\n", inetutils_package, inetutils_version);
-#endif
exit(0);
default:
usage();