diff options
Diffstat (limited to 'src/bin/psql/command.h')
-rw-r--r-- | src/bin/psql/command.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/psql/command.h b/src/bin/psql/command.h index 9e8351580ec..2abbe499d16 100644 --- a/src/bin/psql/command.h +++ b/src/bin/psql/command.h @@ -3,7 +3,7 @@ * * Copyright (c) 2000-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/psql/command.h,v 1.26 2006/07/14 14:52:26 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/psql/command.h,v 1.27 2006/07/18 17:42:01 momjian Exp $ */ #ifndef COMMAND_H #define COMMAND_H @@ -38,6 +38,4 @@ extern void SyncVariables(void); extern void UnsyncVariables(void); -extern void SyncVerbosityVariable(void); - #endif /* COMMAND_H */ |