mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Fix harmless compiler warnings.
FossilOrigin-Name: 94b59691ee50a4666b25e36d1529fc52f714bbe94c3e8ccb35bf0a4ea11050db
This commit is contained in:
@@ -7735,7 +7735,6 @@ case OP_VFilter: { /* jump */
|
||||
iQuery = (int)pQuery->u.i;
|
||||
|
||||
/* Invoke the xFilter method */
|
||||
res = 0;
|
||||
apArg = p->apArg;
|
||||
for(i = 0; i<nArg; i++){
|
||||
apArg[i] = &pArgc[i+1];
|
||||
@@ -7825,7 +7824,6 @@ case OP_VNext: { /* jump */
|
||||
int res;
|
||||
VdbeCursor *pCur;
|
||||
|
||||
res = 0;
|
||||
pCur = p->apCsr[pOp->p1];
|
||||
assert( pCur->eCurType==CURTYPE_VTAB );
|
||||
if( pCur->nullRow ){
|
||||
|
Reference in New Issue
Block a user