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

Remove a line of code that doesn't do any useful work.

FossilOrigin-Name: 3ee888beb974e015bd11ae79381b208eaa310f6f
This commit is contained in:
drh
2015-06-25 02:26:45 +00:00
parent d4ddcbc121
commit 526b17db13
3 changed files with 7 additions and 8 deletions

View File

@@ -7082,7 +7082,6 @@ static int balance_nonroot(
b.apCell[b.nCell] = pOld->apOvfl[k];
b.nCell++;
}
limit = pOld->nCell - pOld->aiOvfl[0];
}
piEnd = aData + pOld->cellOffset + 2*pOld->nCell;
while( piCell<piEnd ){