summaryrefslogtreecommitdiffstats
path: root/vendor/modernc.org/sqlite/rlimit.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/modernc.org/sqlite/rlimit.go')
-rw-r--r--vendor/modernc.org/sqlite/rlimit.go10
1 files changed, 0 insertions, 10 deletions
diff --git a/vendor/modernc.org/sqlite/rlimit.go b/vendor/modernc.org/sqlite/rlimit.go
deleted file mode 100644
index 4a107604..00000000
--- a/vendor/modernc.org/sqlite/rlimit.go
+++ /dev/null
@@ -1,10 +0,0 @@
-// Copyright 2021 The Sqlite Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-//go:build !freebsd
-// +build !freebsd
-
-package sqlite // import "modernc.org/sqlite"
-
-func setMaxOpenFiles(n int) error { return nil }