aboutsummaryrefslogtreecommitdiff
path: root/src/analyze.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analyze.c')
-rw-r--r--src/analyze.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/analyze.c b/src/analyze.c
index d930a12ab..22ff38822 100644
--- a/src/analyze.c
+++ b/src/analyze.c
@@ -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 */