1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Fix a harmless redundant variable declaration in sqlite3_rsync.

FossilOrigin-Name: f8f15eff6ae50d569ed13a3b18f33eaa43453c0cb80b6007df38e880b62f45d0
This commit is contained in:
drh
2025-05-03 10:55:47 +00:00
parent e618674714
commit 37b76bac18
3 changed files with 7 additions and 8 deletions

View File

@ -1488,7 +1488,6 @@ static void originSide(SQLiteRsync *p){
writeByte(p, ORIGIN_READY);
if( p->zDebugFile ) debugMessage(p, "-> ORIGIN_READY\n");
}else{
sqlite3_stmt *pStmt;
sqlite3_finalize(pCkHash);
sqlite3_finalize(pCkHashN);
sqlite3_finalize(pInsHash);