aboutsummaryrefslogtreecommitdiff
path: root/src/wherecode.c
diff options
context:
space:
mode:
authordrh <drh@noemail.net>2019-08-31 01:33:19 +0000
committerdrh <drh@noemail.net>2019-08-31 01:33:19 +0000
commit6a19865ff2f39ed313462da7e0e204b6ff3eb8b0 (patch)
tree20713d5f18cc8eae3d2e16ca16a25d6e2110953f /src/wherecode.c
parent7314495ff82c0ed4ac6f2776121282e3a8fe566a (diff)
downloadsqlite-6a19865ff2f39ed313462da7e0e204b6ff3eb8b0.tar.gz
sqlite-6a19865ff2f39ed313462da7e0e204b6ff3eb8b0.zip
Remove some affinity tests that became unreachable due to the prior change.
FossilOrigin-Name: e2db1123faac26c0e0b6a1ebef1685ea7633bfcafd1ff743ba5380700f7745af
Diffstat (limited to 'src/wherecode.c')
-rw-r--r--src/wherecode.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wherecode.c b/src/wherecode.c
index 22ed905f4..2fbcba17e 100644
--- a/src/wherecode.c
+++ b/src/wherecode.c
@@ -755,7 +755,6 @@ static int codeAllEqualityTerms(
if( sqlite3ExprNeedsNoAffinityChange(pRight, zAff[j]) ){
zAff[j] = SQLITE_AFF_BLOB;
}
- if( zAff[j]==SQLITE_AFF_REAL ) zAff[j] = SQLITE_AFF_NUMERIC;
}
}
}