diff options
author | Charles Longeau <chl@cvs.openbsd.org> | 2014-05-03 00:27:20 +0000 |
---|---|---|
committer | Charles Longeau <chl@cvs.openbsd.org> | 2014-05-03 00:27:20 +0000 |
commit | f34c9ccc5912ccbf65cc570d531182078512c563 (patch) | |
tree | f65b02442603665f12226f383ac56e250441b5e1 /distrib/special | |
parent | be62741a9f4e7025925de68bb33a79b1582d6653 (diff) |
remove unused variable
ok krw@
Diffstat (limited to 'distrib/special')
-rw-r--r-- | distrib/special/sysctl/sysctl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distrib/special/sysctl/sysctl.c b/distrib/special/sysctl/sysctl.c index 1a705d3fbe5..9d73865ce55 100644 --- a/distrib/special/sysctl/sysctl.c +++ b/distrib/special/sysctl/sysctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: sysctl.c,v 1.7 2010/11/23 12:37:25 halex Exp $ */ +/* $OpenBSD: sysctl.c,v 1.8 2014/05/03 00:27:19 chl Exp $ */ /* * Copyright (c) 2009 Theo de Raadt <deraadt@openbsd.org> @@ -71,7 +71,6 @@ pint(struct var *v) int pstring(struct var *v) { - struct iovec iov[2]; char *p; size_t len; |