diff options
author | EuAndreh <eu@euandre.org> | 2025-01-25 08:22:19 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-01-25 08:22:19 -0300 |
commit | 5dc70a5fa890f90ae1fcbdb7214db59ec9bd0eb9 (patch) | |
tree | fbc9717d646820e838c206a6346098c6fb6474de | |
parent | src/dedo.go: Remove unused const variables (diff) | |
download | dedo-5dc70a5fa890f90ae1fcbdb7214db59ec9bd0eb9.tar.gz dedo-5dc70a5fa890f90ae1fcbdb7214db59ec9bd0eb9.tar.xz |
src/dedo.go: Remove unused DB.lockfile field
-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 |