aboutsummaryrefslogtreecommitdiff
path: root/src/insert.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/insert.c')
-rw-r--r--src/insert.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/insert.c b/src/insert.c
index 8994e0174..ea0d9537b 100644
--- a/src/insert.c
+++ b/src/insert.c
@@ -2037,7 +2037,6 @@ static int xferOptimization(
** might change the definition of a collation sequence and then run
** a VACUUM command. In that case keys may not be written in strictly
** sorted order. */
- int i;
for(i=0; i<pSrcIdx->nColumn; i++){
char *zColl = pSrcIdx->azColl[i];
assert( zColl!=0 );