1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Remove protocol-dependent code. This should have been on previous commit.

This commit is contained in:
Bruce Momjian
2001-02-10 06:58:40 +00:00
parent 895a57bdd2
commit 505a828a66

View File

@ -952,4 +952,3 @@ SC_log_error(char *func, char *desc, StatementClass *self)
qlog("INVALID STATEMENT HANDLE ERROR: func=%s, desc='%s'\n", func, desc);
#undef PRN_NULLCHECK
}