From c7e2dea6f6148d0972c0b1f2795910c9a24ac27a Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 26 Oct 2024 13:24:52 -0300 Subject: Normalize structure following other projects --- src/boltsync_unix.go | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/boltsync_unix.go (limited to 'src/boltsync_unix.go') 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() -} -- cgit v1.2.3