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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user