diff options
Diffstat (limited to 'src/interfaces/odbc/options.c')
-rw-r--r-- | src/interfaces/odbc/options.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interfaces/odbc/options.c b/src/interfaces/odbc/options.c index ed34a1ca022..589a9de5702 100644 --- a/src/interfaces/odbc/options.c +++ b/src/interfaces/odbc/options.c @@ -474,7 +474,6 @@ RETCODE SQL_API SQLSetStmtOption( { static char *func="SQLSetStmtOption"; StatementClass *stmt = (StatementClass *) hstmt; -char changed = FALSE; mylog("%s: entering...\n", func); |