aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/attach.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/attach.c b/src/attach.c
index 04274c6a7..638929b26 100644
--- a/src/attach.c
+++ b/src/attach.c
@@ -480,7 +480,6 @@ static int fixSelectCb(Walker *p, Select *pSelect){
#endif
}
if( pSelect->pWith ){
- int i;
for(i=0; i<pSelect->pWith->nCte; i++){
if( sqlite3WalkSelect(p, pSelect->pWith->a[i].pSelect) ){
return WRC_Abort;