aboutsummaryrefslogtreecommitdiff
path: root/bolt.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-06-13 07:07:33 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-06-13 07:07:33 -0600
commit01bc9be72f46f0f1978b1f1581440c399b3a7684 (patch)
treedf5b1d1f28d356ec846c32c2f3a3b1953d693b3c /bolt.go
parentMerge pull request #190 from Shopify/cursor_delete (diff)
parentRemove errcheck. (diff)
downloaddedo-01bc9be72f46f0f1978b1f1581440c399b3a7684.tar.gz
dedo-01bc9be72f46f0f1978b1f1581440c399b3a7684.tar.xz
Merge pull request #191 from benbjohnson/win-ftw
Windows Support
Diffstat (limited to 'bolt.go')
-rw-r--r--bolt.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/bolt.go b/bolt.go
deleted file mode 100644
index a3f1eac..0000000
--- a/bolt.go
+++ /dev/null
@@ -1,13 +0,0 @@
-// +build !linux
-
-package bolt
-
-import (
- "os"
-)
-
-var odirect int
-
-func fdatasync(f *os.File) error {
- return f.Sync()
-}