diff options
Diffstat (limited to 'vendor/github.com/ncruces/go-sqlite3/vfs/os_std_atomic.go')
-rw-r--r-- | vendor/github.com/ncruces/go-sqlite3/vfs/os_std_atomic.go | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/vendor/github.com/ncruces/go-sqlite3/vfs/os_std_atomic.go b/vendor/github.com/ncruces/go-sqlite3/vfs/os_std_atomic.go deleted file mode 100644 index 10a0c8470..000000000 --- a/vendor/github.com/ncruces/go-sqlite3/vfs/os_std_atomic.go +++ /dev/null @@ -1,9 +0,0 @@ -//go:build !linux || !(amd64 || arm64 || riscv64) - -package vfs - -import "os" - -func osBatchAtomic(*os.File) bool { - return false -} |