[build] missing sqlite func

This commit is contained in:
Timothy Stack 2020-11-30 23:07:02 -08:00
parent 33621e1936
commit 0d31323a18
1 changed files with 2 additions and 0 deletions

View File

@ -2831,7 +2831,9 @@ SELECT tbl_name FROM sqlite_master WHERE sql LIKE 'CREATE VIRTUAL TABLE%'
nullptr);
}
#if 0
sqlite3_drop_modules(lnav_data.ld_db.in(), nullptr);
#endif
}
lnav_data.ld_curl_looper.stop();