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

Fix a compiler warning and an unreachable branch. Restore 100% branch test

coverage.

FossilOrigin-Name: 4dc148bb4cec5ecba167cdcb4959a4f0fa05a96f
This commit is contained in:
drh
2011-04-01 01:38:02 +00:00
parent 661d71af8c
commit 76a32a81e4
6 changed files with 13 additions and 13 deletions

View File

@@ -113,7 +113,6 @@ static void analyzeOneTable(
int i; /* Loop counter */
int topOfLoop; /* The top of the loop */
int endOfLoop; /* The end of the loop */
int addr = 0; /* The address of an instruction */
int jZeroRows = -1; /* Jump from here if number of rows is zero */
int iDb; /* Index of database containing pTab */
int regTabname = iMem++; /* Register containing table name */