mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
DBD::SQLite: silence another warning
This commit is contained in:
parent
bcdce2f1fc
commit
fa1267bb7a
1 changed files with 2 additions and 0 deletions
2
dbdimp.c
2
dbdimp.c
|
@ -146,7 +146,9 @@ sqlite_db_disconnect(SV *dbh, imp_dbh_t *imp_dbh)
|
|||
{
|
||||
dTHX;
|
||||
int rc;
|
||||
#if 0
|
||||
sqlite3_stmt *pStmt;
|
||||
#endif
|
||||
DBIc_ACTIVE_off(imp_dbh);
|
||||
|
||||
if (DBIc_is(imp_dbh, DBIcf_AutoCommit) == FALSE) {
|
||||
|
|
Loading…
Add table
Reference in a new issue