mirror of
https://github.com/sqlite/sqlite.git
synced 2026-01-06 08:01:16 +03:00
Fix a compiler warning in selectPopWith().
FossilOrigin-Name: c8eb11635a356182611ce2ccb8f358b6c453486e
This commit is contained in:
@@ -3671,7 +3671,6 @@ static void selectPopWith(Walker *pWalker, Select *p){
|
||||
assert( pParse->pWith==p->pWith );
|
||||
pParse->pWith = p->pWith->pOuter;
|
||||
}
|
||||
return WRC_Continue;
|
||||
}
|
||||
#else
|
||||
#define selectPopWith 0
|
||||
|
||||
Reference in New Issue
Block a user