1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Clean up minor compiler warnings.

This commit is contained in:
Tom Lane
2000-03-18 18:57:16 +00:00
parent f945f46193
commit f91dd7880f
8 changed files with 24 additions and 31 deletions

View File

@ -474,7 +474,6 @@ RETCODE SQL_API SQLSetStmtOption(
{
static char *func="SQLSetStmtOption";
StatementClass *stmt = (StatementClass *) hstmt;
char changed = FALSE;
mylog("%s: entering...\n", func);