aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/common.h')
-rw-r--r--src/bin/psql/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/bin/psql/common.h b/src/bin/psql/common.h
index 1f2a4bf1ae7..4739b8ee339 100644
--- a/src/bin/psql/common.h
+++ b/src/bin/psql/common.h
@@ -20,8 +20,6 @@ extern bool setQFout(const char *fname);
extern char *psql_get_variable(const char *varname, PsqlScanQuoteType quote,
void *passthrough);
-extern void psql_error(const char *fmt,...) pg_attribute_printf(1, 2);
-
extern void NoticeProcessor(void *arg, const char *message);
extern volatile bool sigint_interrupt_enabled;