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:
@@ -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) ){
|
||||
|
Reference in New Issue
Block a user