From 36287edc888c537b9ee37ae8530bd9c5b35227a1 Mon Sep 17 00:00:00 2001 From: ppatience0 Date: Mon, 6 May 2013 20:51:18 -0400 Subject: ape: remove unused variables --- sys/src/ape/lib/ap/plan9/_exit.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/src/ape/lib/ap/plan9/_exit.c') diff --git a/sys/src/ape/lib/ap/plan9/_exit.c b/sys/src/ape/lib/ap/plan9/_exit.c index e3886ff18..51a19f96b 100644 --- a/sys/src/ape/lib/ap/plan9/_exit.c +++ b/sys/src/ape/lib/ap/plan9/_exit.c @@ -19,7 +19,6 @@ _exit(int status) void _finish(int status, char *term) { - int i, nalive; char *cp; if(_finishing) -- cgit v1.2.3