diff options
Diffstat (limited to 'dist/sqlite3.c')
-rw-r--r-- | dist/sqlite3.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/sqlite3.c b/dist/sqlite3.c index 35d1051..bcaaf16 100644 --- a/dist/sqlite3.c +++ b/dist/sqlite3.c @@ -38450,10 +38450,6 @@ SQLITE_API int sqlite3_os_init(void){ UNIXVFS("unix", autolockIoFinder ), #elif OS_VXWORKS UNIXVFS("unix", vxworksIoFinder ), -#elif __Fuchsia__ - /* None of the system calls for other exclusion methods are currently - ** implemented on Fuchsia, so use simple dot-file locking for now. */ - UNIXVFS("unix", dotlockIoFinder ), #else UNIXVFS("unix", posixIoFinder ), #endif |