aboutsummaryrefslogtreecommitdiff
path: root/src/boltsync_unix.go
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-10-26 13:24:52 -0300
committerEuAndreh <eu@euandre.org>2024-10-26 13:24:52 -0300
commitc7e2dea6f6148d0972c0b1f2795910c9a24ac27a (patch)
tree9dbcd8906cb8421b08cf3d91ead7e43b30077231 /src/boltsync_unix.go
parentMove code to src/ and tests/ (diff)
downloaddedo-c7e2dea6f6148d0972c0b1f2795910c9a24ac27a.tar.gz
dedo-c7e2dea6f6148d0972c0b1f2795910c9a24ac27a.tar.xz
Normalize structure following other projects
Diffstat (limited to 'src/boltsync_unix.go')
-rw-r--r--src/boltsync_unix.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/boltsync_unix.go b/src/boltsync_unix.go
deleted file mode 100644
index f504425..0000000
--- a/src/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()
-}