1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-12 23:22:53 +03:00

Remove an unnecessary assignment operation.

FossilOrigin-Name: ed46527aca170ccbe9ed9ea4ae065db72c82dec17da7b99c928fae4495f05c2b
This commit is contained in:
drh
2022-04-20 16:53:23 +00:00
parent bc656e220f
commit 910e57b9df
3 changed files with 7 additions and 8 deletions

View File

@@ -358,7 +358,6 @@ static int lookupName(
pExpr->iColumn = j;
hit = 1;
pEList->a[j].bUsed = 1;
pTab->aCol[j].colFlags &= ~COLFLAG_HIDDEN;
}
}
if( hit || zTab==0 ) continue;