1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-11 01:42:22 +03:00

Remove a faulty testcase() macro.

FossilOrigin-Name: 80124ae55246b79023d23d3f55487ac3c0b40e8ff301c5daf4dd0631de8ddb29
This commit is contained in:
drh
2019-08-29 23:24:18 +00:00
parent bd717a4d2e
commit f4d9c9822d
3 changed files with 8 additions and 9 deletions

View File

@@ -5112,7 +5112,6 @@ static int impliesNotNullRow(Walker *pWalker, Expr *pExpr){
case TK_IN:
case TK_FUNCTION:
testcase( pExpr->op==TK_ISNOT );
testcase( pExpr->op==TK_NOT );
testcase( pExpr->op==TK_ISNULL );
testcase( pExpr->op==TK_NOTNULL );
testcase( pExpr->op==TK_IS );