mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Simplify one of the compiler warning fixes from the previous check-in.
FossilOrigin-Name: 012d7d49c571207087bbe24af05d639627b96df526bfcb2098a3e975b74d865d
This commit is contained in:
@ -1115,7 +1115,7 @@ static void sessionPreupdateOneChange(
|
||||
int iHash;
|
||||
int bNull = 0;
|
||||
int rc = SQLITE_OK;
|
||||
SessionStat1Ctx stat1 = {0, 0};
|
||||
SessionStat1Ctx stat1 = {0};
|
||||
|
||||
if( pSession->rc ) return;
|
||||
|
||||
|
Reference in New Issue
Block a user