1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-05 15:55:57 +03:00

Remove an unnecessary branch from wal.c.

FossilOrigin-Name: 8e54786c9a0c5c399f228f56c73271f84d75694b
This commit is contained in:
dan
2010-06-04 17:16:52 +00:00
parent 0dc7b74fbe
commit 0153a9bc04
4 changed files with 25 additions and 11 deletions

View File

@@ -1647,8 +1647,6 @@ static int walIndexReadHdr(Wal *pWal, int *pChanged){
}
walUnlockExclusive(pWal, WAL_WRITE_LOCK, 1);
pWal->writeLock = 0;
}else if( rc!=SQLITE_BUSY ){
return rc;
}
}