summaryrefslogtreecommitdiff
path: root/dist/sqlite3.c
diff options
context:
space:
mode:
authorVictor Chang <vfcc@google.com>2019-03-25 17:09:04 +0000
committerVictor Chang <vfcc@google.com>2019-03-25 19:29:59 +0000
commit16d7b73cdacf50925ea1238e59877477ef1c7558 (patch)
tree8933578b072bcf3a642d14bdbe61e6d883749b55 /dist/sqlite3.c
parent5148bb2b921ee84709d3924aecbad69d77300aff (diff)
Revert "[fuchsia] Add Fuchsia support to SQLite."
This reverts commit 5148bb2b921ee84709d3924aecbad69d77300aff. Reason for revert: Using deprecated libraries. Merged-In: I6b84f88c9b726e28dc0188ceb0585ec8a732d091 Change-Id: I1b42d09203da163d5abebc7b45bea7b71ac1fd18
Diffstat (limited to 'dist/sqlite3.c')
-rw-r--r--dist/sqlite3.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/dist/sqlite3.c b/dist/sqlite3.c
index 1931481..18b8246 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