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/bolt_linux.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 src/bolt_linux.go (limited to 'src/bolt_linux.go') diff --git a/src/bolt_linux.go b/src/bolt_linux.go deleted file mode 100644 index 2b67666..0000000 --- a/src/bolt_linux.go +++ /dev/null @@ -1,10 +0,0 @@ -package bolt - -import ( - "syscall" -) - -// fdatasync flushes written data to a file descriptor. -func fdatasync(db *DB) error { - return syscall.Fdatasync(int(db.file.Fd())) -} -- cgit v1.2.3