1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Remove unused code.

FossilOrigin-Name: b98b24f26518fb362e776bbaef80910bed66b654239e7c76d4b234033ef4174b
This commit is contained in:
drh
2021-12-13 00:02:59 +00:00
parent dc56dc93a5
commit 089a9ff48a
3 changed files with 7 additions and 8 deletions

View File

@@ -681,7 +681,6 @@ static u64 filterHash(const Mem *aMem, const Op *pOp){
i = pOp->p3;
assert( pOp->p4type==P4_INT32 );
mx = i + pOp->p4.i;
for(i=pOp->p3, mx=i+pOp->p4.i; i<mx; i++){
const Mem *p = &aMem[i];
if( p->flags & (MEM_Int|MEM_IntReal) ){