diff options
Diffstat (limited to 'src/os_unix.c')
-rw-r--r-- | src/os_unix.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/os_unix.c b/src/os_unix.c index 4e434334b..f20763e5b 100644 --- a/src/os_unix.c +++ b/src/os_unix.c @@ -7822,9 +7822,6 @@ int sqlite3_os_init(void){ UNIXVFS("unix", autolockIoFinder ), #elif OS_VXWORKS UNIXVFS("unix", vxworksIoFinder ), -#elif __Fuchsia__ - /* We are told that Fuchsia only supports dot-file locking */ - UNIXVFS("unix", dotlockIoFinder ), #else UNIXVFS("unix", posixIoFinder ), #endif |