summaryrefslogtreecommitdiff
path: root/sbin/sysctl
diff options
context:
space:
mode:
authorCharles Longeau <chl@cvs.openbsd.org>2012-01-19 09:44:17 +0000
committerCharles Longeau <chl@cvs.openbsd.org>2012-01-19 09:44:17 +0000
commit1c95517f7857bb581b0ca2d044482836248d3db7 (patch)
treee73e30f4cf7d021ffb4954ccfa69a7149b50ce55 /sbin/sysctl
parent3d747d622646b5cb9a65bad612bf2cf963a216ef (diff)
remove unused variable.
ok yasuoka@
Diffstat (limited to 'sbin/sysctl')
-rw-r--r--sbin/sysctl/sysctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.c b/sbin/sysctl/sysctl.c
index f7da24d25b3..d52390ad65f 100644
--- a/sbin/sysctl/sysctl.c
+++ b/sbin/sysctl/sysctl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sysctl.c,v 1.181 2012/01/15 16:00:50 dhill Exp $ */
+/* $OpenBSD: sysctl.c,v 1.182 2012/01/19 09:44:16 chl Exp $ */
/* $NetBSD: sysctl.c,v 1.9 1995/09/30 07:12:50 thorpej Exp $ */
/*
@@ -2185,7 +2185,6 @@ sysctl_mpls(char *string, char **bufpp, int mib[], int flags, int *typep)
int
sysctl_pipex(char *string, char **bufpp, int mib[], int flags, int *typep)
{
- struct list *lp;
int indx;
if (*bufpp == NULL) {