aboutsummaryrefslogtreecommitdiff
path: root/src/select.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/select.c')
-rw-r--r--src/select.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/select.c b/src/select.c
index b15300237..2dd8fc772 100644
--- a/src/select.c
+++ b/src/select.c
@@ -7432,7 +7432,6 @@ static SQLITE_NOINLINE void existsToJoin(
){
if( pWhere
&& !ExprHasProperty(pWhere, EP_OuterON|EP_InnerON)
- && p->pSrc->nSrc>0
&& p->pSrc->nSrc<BMS
&& pParse->db->mallocFailed==0
){