summaryrefslogtreecommitdiff
path: root/vendor/github.com/boltdb/bolt/boltsync_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/boltdb/bolt/boltsync_unix.go')
-rw-r--r--vendor/github.com/boltdb/bolt/boltsync_unix.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/vendor/github.com/boltdb/bolt/boltsync_unix.go b/vendor/github.com/boltdb/bolt/boltsync_unix.go
deleted file mode 100644
index f50442523..000000000
--- a/vendor/github.com/boltdb/bolt/boltsync_unix.go
+++ /dev/null
@@ -1,8 +0,0 @@
-// +build !windows,!plan9,!linux,!openbsd
-
-package bolt
-
-// fdatasync flushes written data to a file descriptor.
-func fdatasync(db *DB) error {
- return db.file.Sync()
-}