aboutsummaryrefslogtreecommitdiff
path: root/src/btree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/btree.c')
-rw-r--r--src/btree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/btree.c b/src/btree.c
index eebf6f1e8..29ead1c67 100644
--- a/src/btree.c
+++ b/src/btree.c
@@ -4576,7 +4576,7 @@ int sqlite3BtreeMovetoUnpacked(
|| pIdxKey->default_rc==-1
);
}else{
- xRecordCompare = 0; /* Not actually used. Avoids a compiler warning. */
+ xRecordCompare = 0; /* All keys are integers */
}
rc = moveToRoot(pCur);