mirror of
https://github.com/postgres/postgres.git
synced 2026-07-15 20:52:53 -04:00
Remove prototype for nonexistent function.
This commit is contained in:
parent
9b38d46d9f
commit
423ee49b49
1 changed files with 0 additions and 1 deletions
|
|
@ -524,7 +524,6 @@ extern void simple_string_list_append(SimpleStringList *list, const char *val);
|
|||
extern bool simple_oid_list_member(SimpleOidList *list, Oid val);
|
||||
extern bool simple_string_list_member(SimpleStringList *list, const char *val);
|
||||
|
||||
extern void check_conn_and_db(void);
|
||||
extern void exit_nicely(void);
|
||||
|
||||
extern void parseOidArray(const char *str, Oid *array, int arraysize);
|
||||
|
|
|
|||
Loading…
Reference in a new issue