aboutsummaryrefslogtreecommitdiff
path: root/bolt.go
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2014-06-11 11:11:21 -0600
committerBen Johnson <benbjohnson@yahoo.com>2014-06-11 11:11:21 -0600
commitc2577db1c22e0bb64ea3df16e9424e6dce1d55ab (patch)
tree4deb66bd7914dd52129b62bfb99ee2238e76af66 /bolt.go
parentMerge pull request #189 from benbjohnson/increase-max-nodes-per-page (diff)
downloaddedo-c2577db1c22e0bb64ea3df16e9424e6dce1d55ab.tar.gz
dedo-c2577db1c22e0bb64ea3df16e9424e6dce1d55ab.tar.xz
Add 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()
-}