1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-22 20:22:44 +03:00

Fix a harmless compiler warning.

FossilOrigin-Name: 9aba7417c60b30b44c051580f0f997a4d2fc86bc811b532d175305ad4c181fc6
This commit is contained in:
drh
2022-07-25 22:02:35 +00:00
parent 2d2e528e1f
commit f89812fe52
3 changed files with 7 additions and 8 deletions

View File

@@ -170,7 +170,6 @@ void sqlite3FinishCoding(Parse *pParse){
if( pParse->bReturning ){
Returning *pReturning = pParse->u1.pReturning;
int addrRewind;
int i;
int reg;
if( pReturning->nRetCol ){