mirror of
https://github.com/tstack/lnav
synced 2024-11-17 15:29:40 +00:00
[build] missing sqlite func
This commit is contained in:
parent
33621e1936
commit
0d31323a18
@ -2831,7 +2831,9 @@ SELECT tbl_name FROM sqlite_master WHERE sql LIKE 'CREATE VIRTUAL TABLE%'
|
|||||||
nullptr);
|
nullptr);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if 0
|
||||||
sqlite3_drop_modules(lnav_data.ld_db.in(), nullptr);
|
sqlite3_drop_modules(lnav_data.ld_db.in(), nullptr);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
lnav_data.ld_curl_looper.stop();
|
lnav_data.ld_curl_looper.stop();
|
||||||
|
Loading…
Reference in New Issue
Block a user