diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-18 17:42:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-18 17:42:01 +0000 |
commit | fcd1b0d89129aa3788bad80fc02eadd21100fea5 (patch) | |
tree | 201bca23e902a5385f3685228bb7609ca481239e /src/bin/psql/command.h | |
parent | 84e60427259bed6357a6d4559eabeaae11e29a9f (diff) |
Mark a few functions as static or NOT_USED.
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 */ |