From f880a67457485fa14be580281e21483d90a9eb96 Mon Sep 17 00:00:00 2001 From: Sergey Payu Date: Fri, 8 Dec 2017 09:24:08 +0000 Subject: [PATCH] Removed excplicit using of VFS --- build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sh b/build.sh index 1e6a44f..e7a55bc 100755 --- a/build.sh +++ b/build.sh @@ -128,9 +128,6 @@ if [ $? -ne 0 ]; then exit $? fi -# change VFS type in -sed -i 's/i = sqlite3_open(filename, &H->db);/sqlite3_vfs_register(sqlite3_vfs_find("unix-excl"), 1);\n&/' "${BUILD_DIR}/sqlite_driver.c" - # magic :) for FILE in "${BUILD_DIR}"/* do