aboutsummaryrefslogtreecommitdiff
path: root/src/expr.c
diff options
context:
space:
mode:
authordrh <>2022-02-04 13:15:01 +0000
committerdrh <>2022-02-04 13:15:01 +0000
commit69b0ce33fd4b1be019be2d64dd99c6bc7ccf5693 (patch)
treeb20b645345a6ba406c0b95efb5a006c30432b6ca /src/expr.c
parent02e3e041343e6ac950771bb5ef813f1876f5036b (diff)
downloadsqlite-69b0ce33fd4b1be019be2d64dd99c6bc7ccf5693.tar.gz
sqlite-69b0ce33fd4b1be019be2d64dd99c6bc7ccf5693.zip
Fix various harmless compiler warnings.
FossilOrigin-Name: 70049342d5ad57ea3e863bba19253934b868bacdd1c26c9371bac024a829badf
Diffstat (limited to 'src/expr.c')
-rw-r--r--src/expr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/expr.c b/src/expr.c
index d58097cb6..af28fd6d2 100644
--- a/src/expr.c
+++ b/src/expr.c
@@ -3497,7 +3497,6 @@ static void sqlite3ExprCodeIN(
}else{
destStep2 = destStep6 = sqlite3VdbeMakeLabel(pParse);
}
-// if( pParse->nErr ) goto sqlite3ExprCodeIN_finished;
for(i=0; i<nVector; i++){
Expr *p = sqlite3VectorFieldSubexpr(pExpr->pLeft, i);
if( pParse->nErr ) goto sqlite3ExprCodeIN_oom_error;