1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-18 10:21:03 +03:00

Remove stray comment characters at the end of an #ifdef that were

accidently left in the previous check-in.

FossilOrigin-Name: ea914bec81c49625072fc9d23faa048300f3a0421e069d303b7203edcdfb3743
This commit is contained in:
drh
2020-03-12 17:54:39 +00:00
parent 576d0a9fd9
commit ba25c7e29f
3 changed files with 8 additions and 8 deletions

View File

@@ -5122,7 +5122,7 @@ WhereInfo *sqlite3WhereBegin(
sqlite3VdbeChangeP4(v, -1, SQLITE_INT_TO_PTR(n), P4_INT32);
assert( n<=pTab->nCol );
}
#ifdef SQLITE_ENABLE_CURSOR_HINTS*/
#ifdef SQLITE_ENABLE_CURSOR_HINTS
if( pLoop->u.btree.pIndex!=0 ){
sqlite3VdbeChangeP5(v, OPFLAG_SEEKEQ|bFordelete);
}else