aboutsummaryrefslogtreecommitdiff
path: root/src/resolve.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/resolve.c')
-rw-r--r--src/resolve.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/resolve.c b/src/resolve.c
index ac00564da..ecc07b296 100644
--- a/src/resolve.c
+++ b/src/resolve.c
@@ -344,7 +344,6 @@ static int lookupName(
** USING clause, then skip this match.
*/
if( cnt==1 ){
- if( pItem->fg.jointype & JT_NATURAL ) continue;
if( pItem->fg.isUsing
&& nameInUsingClause(pItem->u3.pUsing, zCol)
){