1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-07 02:42:48 +03:00

Remove a stray C99-style comment.

FossilOrigin-Name: f500e87d6ec6fa43c13f4e94edf32789f36e4233
This commit is contained in:
drh
2014-03-11 23:44:10 +00:00
parent 036dbec01c
commit 926345e027
3 changed files with 7 additions and 8 deletions

View File

@@ -4337,7 +4337,6 @@ static int moveToRoot(BtCursor *pCur){
assert( CURSOR_INVALID < CURSOR_REQUIRESEEK );
assert( CURSOR_VALID < CURSOR_REQUIRESEEK );
assert( CURSOR_FAULT > CURSOR_REQUIRESEEK );
// invalidateOverflowCache(pCur);
if( pCur->eState>=CURSOR_REQUIRESEEK ){
if( pCur->eState==CURSOR_FAULT ){
assert( pCur->skipNext!=SQLITE_OK );