mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 14:18:07 +00:00
Disable an outdated hack
This commit is contained in:
parent
2ae611838a
commit
caad3e4693
1 changed files with 4 additions and 1 deletions
|
|
@ -102,7 +102,10 @@ int _linphone_sqlite3_open(const char *db_file, sqlite3 **db) {
|
|||
ms_error("Cannot set sqlite3 temporary store to memory: %s.", errmsg);
|
||||
sqlite3_free(errmsg);
|
||||
}
|
||||
#if TARGET_OS_IPHONE
|
||||
|
||||
/* the lines below have been disabled because they are likely an
|
||||
* outdated hack */
|
||||
#if 0 && TARGET_OS_IPHONE
|
||||
ret = sqlite3_exec(*db, "PRAGMA journal_mode = OFF", NULL, NULL, &errmsg);
|
||||
if (ret != SQLITE_OK) {
|
||||
ms_error("Cannot set sqlite3 journal_mode to off: %s.", errmsg);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue