Sqlite: Remove temporary unused functions

We will maybe rank the functions in the future but today we don't use that
code.

Change-Id: I84c88b45ceae830c29c3c197e7d0d0c1a6d5c114
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Marco Bubke
2019-07-11 17:45:16 +02:00
parent ec3c7946af
commit 596d310d42
2 changed files with 1 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
INCLUDEPATH *= $$PWD
HEADERS += $$PWD/okapi_bm25.h \
$$PWD/sqlite3.h \
HEADERS += $$PWD/sqlite3.h \
$$PWD/sqlite3ext.h
SOURCES += $$PWD/sqlite3.c