diff options
-rw-r--r-- | gnu/usr.bin/lynx/src/LYMain.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gnu/usr.bin/lynx/src/LYMain.c b/gnu/usr.bin/lynx/src/LYMain.c index 25df183ed8f..8c950b1d2fc 100644 --- a/gnu/usr.bin/lynx/src/LYMain.c +++ b/gnu/usr.bin/lynx/src/LYMain.c @@ -3152,9 +3152,6 @@ PRIVATE int version_fun ARGS1( * SYSTEM_NAME is set by the configure script. Show build date/time for other * systems, according to predefined compiler symbols. */ -#ifdef SYSTEM_NAME - printf(gettext("Built on %s %s %s\n"), SYSTEM_NAME, __DATE__, __TIME__); -#else #ifdef __CYGWIN__ printf("Compiled by CYGWIN (%s %s).\n", __DATE__, __TIME__); #else @@ -3166,13 +3163,10 @@ PRIVATE int version_fun ARGS1( #else #ifdef __DJGPP__ printf("Compiled by DJGPP (%s %s).\n", __DATE__, __TIME__); -#else - printf("Compiled at (%s %s).\n", __DATE__, __TIME__); #endif /* __DJGPP__ */ #endif /* _MSC_VER */ #endif /* __BORLANDC__ */ #endif /* __CYGWIN__ */ -#endif printf("\n"); printf(gettext( |