From 6b1bbf0ab40ce12920ca9ad28466107a18f47036 Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Fri, 6 Nov 2015 13:18:58 -0700 Subject: update WriteTo() docs This commit updates and revises some of the documentation around Tx.WriteTo() and how O_DIRECT is no longer the default. --- boltsync_unix.go | 2 -- 1 file changed, 2 deletions(-) (limited to 'boltsync_unix.go') diff --git a/boltsync_unix.go b/boltsync_unix.go index 8db8977..f504425 100644 --- a/boltsync_unix.go +++ b/boltsync_unix.go @@ -2,8 +2,6 @@ package bolt -var odirect int - // fdatasync flushes written data to a file descriptor. func fdatasync(db *DB) error { return db.file.Sync() -- cgit v1.2.3