From 249ff2f840123823ae05d90bf44ba89d744c14c7 Mon Sep 17 00:00:00 2001 From: Tommi Rantala Date: Fri, 21 Sep 2012 09:21:29 +0300 Subject: Remove unused variable in Ltest-nocalloc --- tests/Ltest-nocalloc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/Ltest-nocalloc.c b/tests/Ltest-nocalloc.c index ee5ddafb..155cce39 100644 --- a/tests/Ltest-nocalloc.c +++ b/tests/Ltest-nocalloc.c @@ -33,7 +33,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ #define panic(args...) \ { fprintf (stderr, args); exit (-1); } -int verbose; int num_mallocs; int num_callocs; int in_unwind; -- cgit v1.2.1