summaryrefslogtreecommitdiff
path: root/vendor/github.com/ncruces/go-sqlite3/internal/util/mmap_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/ncruces/go-sqlite3/internal/util/mmap_other.go')
-rw-r--r--vendor/github.com/ncruces/go-sqlite3/internal/util/mmap_other.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/vendor/github.com/ncruces/go-sqlite3/internal/util/mmap_other.go b/vendor/github.com/ncruces/go-sqlite3/internal/util/mmap_other.go
deleted file mode 100644
index 720977b8d..000000000
--- a/vendor/github.com/ncruces/go-sqlite3/internal/util/mmap_other.go
+++ /dev/null
@@ -1,5 +0,0 @@
-//go:build !unix
-
-package util
-
-type mmapState struct{}