diff options
Diffstat (limited to 'src/dedo.go')
-rw-r--r-- | src/dedo.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dedo.go b/src/dedo.go index 1e3c115..3850348 100644 --- a/src/dedo.go +++ b/src/dedo.go @@ -98,7 +98,6 @@ type DB struct { path string file *os.File - lockfile *os.File // windows only dataref []byte // mmap'ed read-only via PROT_READ, write throws SEGV data *[maxMapSize]byte datasz int |