diff options
Diffstat (limited to 'src/bin/psql/command.h')
-rw-r--r-- | src/bin/psql/command.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/bin/psql/command.h b/src/bin/psql/command.h index a7850263c31..029937e3371 100644 --- a/src/bin/psql/command.h +++ b/src/bin/psql/command.h @@ -29,10 +29,6 @@ backslashResult HandleSlashCmds(PsqlSettings *pset, PQExpBuffer query_buf, const char **end_of_cmd); -bool do_connect(const char *new_dbname, - const char *new_user, - PsqlSettings *pset); - bool process_file(const char *filename, PsqlSettings *pset); |