Remove unused vtab_v3 feature while I'm here

This commit is contained in:
Thom Chiovoloni
2020-04-07 08:36:18 -07:00
parent 7e4ff77a43
commit f5c20abaa1
2 changed files with 1 additions and 4 deletions

View File

@@ -42,8 +42,6 @@ sqlcipher = ["libsqlite3-sys/sqlcipher"]
unlock_notify = ["libsqlite3-sys/unlock_notify"]
# xSavepoint, xRelease and xRollbackTo: 3.7.7 (2011-06-23)
vtab = ["libsqlite3-sys/min_sqlite_version_3_7_7", "lazy_static"]
# xShadowName: 3.26.0
vtab_v3 = ["vtab"]
csvtab = ["csv", "vtab"]
# pointer passing interfaces: 3.20.0
array = ["vtab"]