diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/psql/startup.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c index 9e6917cbe4b..1c2a5b3577e 100644 --- a/src/bin/psql/startup.c +++ b/src/bin/psql/startup.c @@ -651,10 +651,6 @@ static void showVersion(void) { puts("psql (PostgreSQL) " PG_VERSION); - -#if defined(USE_READLINE) - puts(_("contains support for command-line editing")); -#endif } |