diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/btree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/btree.c b/src/btree.c index d7dddde1a..2c05a0741 100644 --- a/src/btree.c +++ b/src/btree.c @@ -2754,7 +2754,6 @@ int sqlite3BtreeClose(Btree *p){ } } #endif - pBt->openFlags &= ~BTREE_SINGLE; /* Rollback any active transaction and free the handle structure. ** The call to sqlite3BtreeRollback() drops any table-locks held by |