函数JoinPathGenBase::streamSidePath内最后return NULL为冗余代码

This commit is contained in:
lilong
2023-01-06 14:53:42 +08:00
parent ee3b7bcb4c
commit 14612cfaf0

View File

@ -967,8 +967,6 @@ Path* JoinPathGenBase::streamSidePath(bool stream_outer)
smpDesc,
ssinfo);
}
return NULL;
}
/*