mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Remove a branch in STAT4 logic that is no longer reachable after
the previous change. FossilOrigin-Name: eca7d3f1612c7a009a9e4ef89f76f9b7e275d1e6
This commit is contained in:
@@ -1905,8 +1905,7 @@ static void whereKeyStats(
|
||||
#ifndef SQLITE_DEBUG
|
||||
UNUSED_PARAMETER( pParse );
|
||||
#endif
|
||||
assert( pRec!=0 || pParse->db->mallocFailed );
|
||||
if( pRec==0 ) return;
|
||||
assert( pRec!=0 );
|
||||
iCol = pRec->nField - 1;
|
||||
assert( pIdx->nSample>0 );
|
||||
assert( pRec->nField>0 && iCol<pIdx->nSampleCol );
|
||||
|
||||
Reference in New Issue
Block a user