mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Fix compiler warnings about unused code in spellfix. Fix the editDist3Core()
routine to return the matchlen in characters instead of bytes. FossilOrigin-Name: f96d4e7bd7d81b05b1490bf5d79c77ff583e444c
This commit is contained in:
@@ -1381,8 +1381,6 @@ static int register_spellfix_module(
|
||||
int objc,
|
||||
Tcl_Obj *CONST objv[]
|
||||
){
|
||||
static sqlite3_module aMod[3];
|
||||
int iMod;
|
||||
sqlite3 *db;
|
||||
|
||||
if( objc!=2 ){
|
||||
|
Reference in New Issue
Block a user