summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkn <kn@openbsd.org>2020-01-09 19:33:19 +0000
committerkn <kn@openbsd.org>2020-01-09 19:33:19 +0000
commit8dc8549e57a0a0940ca2119f4df23262a9c9c65e (patch)
treec507bc60d7ab38285ed96c398a30ddffc8b9ce76
parentForgot to remove the file with the weird int type definitions in the (diff)
downloadwireguard-openbsd-8dc8549e57a0a0940ca2119f4df23262a9c9c65e.tar.xz
wireguard-openbsd-8dc8549e57a0a0940ca2119f4df23262a9c9c65e.zip
Zap unused ktent variable in functions
There since import, no object change.
-rw-r--r--usr.sbin/eeprom/main.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/eeprom/main.c b/usr.sbin/eeprom/main.c
index 966377a0be5..e6d1a6fff39 100644
--- a/usr.sbin/eeprom/main.c
+++ b/usr.sbin/eeprom/main.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: main.c,v 1.24 2016/09/01 10:02:13 tedu Exp $ */
+/* $OpenBSD: main.c,v 1.25 2020/01/09 19:33:19 kn Exp $ */
/* $NetBSD: main.c,v 1.3 1996/05/16 16:00:55 thorpej Exp $ */
/*-
@@ -137,7 +137,6 @@ static void
action(char *line)
{
char *keyword, *arg, *cp;
- struct keytabent *ktent;
keyword = strdup(line);
if (!keyword)
@@ -161,8 +160,6 @@ action(char *line)
static void
dump_prom(void)
{
- struct keytabent *ktent;
-
/*
* We have a special dump routine for this.
*/