diff options
Diffstat (limited to 'src/bin/psql/startup.c')
-rw-r--r-- | src/bin/psql/startup.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/bin/psql/startup.c b/src/bin/psql/startup.c index bea174c0683..61658de7c33 100644 --- a/src/bin/psql/startup.c +++ b/src/bin/psql/startup.c @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2009, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.155 2009/02/26 16:02:38 petere Exp $ + * $PostgreSQL: pgsql/src/bin/psql/startup.c,v 1.156 2009/04/05 04:19:58 tgl Exp $ */ #include "postgres_fe.h" @@ -18,13 +18,8 @@ #include "getopt_long.h" -#ifndef HAVE_INT_OPTRESET -int optreset; -#endif - #include <locale.h> - #include "command.h" #include "common.h" #include "describe.h" |