aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/memcontrol
diff options
context:
space:
mode:
authorDima Dorfman <dd@FreeBSD.org>2001-06-24 23:41:57 +0000
committerDima Dorfman <dd@FreeBSD.org>2001-06-24 23:41:57 +0000
commit7309915e7aa1ef9d23384c680701051238d5e0d0 (patch)
tree2ca9b56f962bf287792adbfb0354af3a528ebdcd /usr.sbin/memcontrol
parent8194b338dc9782d491ded24d29d35dc1845ba862 (diff)
downloadsrc-7309915e7aa1ef9d23384c680701051238d5e0d0.tar.gz
src-7309915e7aa1ef9d23384c680701051238d5e0d0.zip
Nuke unused variables.
Notes
Notes: svn path=/head/; revision=78737
Diffstat (limited to 'usr.sbin/memcontrol')
-rw-r--r--usr.sbin/memcontrol/memcontrol.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/memcontrol/memcontrol.c b/usr.sbin/memcontrol/memcontrol.c
index 456ac077ed98..88d4768f6814 100644
--- a/usr.sbin/memcontrol/memcontrol.c
+++ b/usr.sbin/memcontrol/memcontrol.c
@@ -150,7 +150,6 @@ listfunc(int memfd, int argc, char *argv[])
{
struct mem_range_desc *mrd;
int nd, i, j;
- int error;
int ch;
int showall = 0;
char *owner;