summaryrefslogtreecommitdiff
path: root/lib/libc/db
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2023-02-17 17:59:37 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2023-02-17 17:59:37 +0000
commitaac4f34a2132d287fae403cde5101ce1473d0da4 (patch)
tree6ff7de9a47cca7a1cdc8bfacf75e0a2198df52a1 /lib/libc/db
parent5520786d257fd5dcedf5833abd8fc7a279a24c42 (diff)
Remove unused variables; ok millert@
Diffstat (limited to 'lib/libc/db')
-rw-r--r--lib/libc/db/hash/ndbm.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/db/hash/ndbm.c b/lib/libc/db/hash/ndbm.c
index cc54ccf928a..10bb248afb9 100644
--- a/lib/libc/db/hash/ndbm.c
+++ b/lib/libc/db/hash/ndbm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ndbm.c,v 1.27 2021/10/24 10:05:22 jsg Exp $ */
+/* $OpenBSD: ndbm.c,v 1.28 2023/02/17 17:59:36 miod Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -47,7 +47,6 @@
* First are the DBM routines, which call the NDBM routines, and
* the NDBM routines, which call the DB routines.
*/
-static DBM *__cur_db;
static DBM *_dbm_open(const char *, const char *, int, mode_t);