From aac4f34a2132d287fae403cde5101ce1473d0da4 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Fri, 17 Feb 2023 17:59:37 +0000 Subject: Remove unused variables; ok millert@ --- lib/libc/db/hash/ndbm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/libc/db') 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); -- cgit v1.2.3