From: Bruce Momjian Date: Sat, 10 Feb 2001 06:58:40 +0000 (+0000) Subject: Remove protocol-dependent code. This should have been on previous commit. X-Git-Tag: REL7_1~501 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=505a828a661cb4ec8ff9dc3abc69db5fb939bc54;p=thirdparty%2Fpostgresql.git Remove protocol-dependent code. This should have been on previous commit. --- diff --git a/src/interfaces/odbc/statement.c b/src/interfaces/odbc/statement.c index da2cd146add..82eaffefd55 100644 --- a/src/interfaces/odbc/statement.c +++ b/src/interfaces/odbc/statement.c @@ -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 } -