forked from qt-creator/qt-creator
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:
3
src/libs/3rdparty/sqlite/sqlite.pri
vendored
3
src/libs/3rdparty/sqlite/sqlite.pri
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user