From 059c0d3c409ac43bacf99233bdacb4840cb7afe8 Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Mon, 30 Jul 2012 09:17:44 +0200 Subject: Remove some unused variables. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miloslav Trmač --- t/test_perf.c | 1 - 1 file changed, 1 deletion(-) (limited to 't/test_perf.c') diff --git a/t/test_perf.c b/t/test_perf.c index 9e28b20..0494110 100644 --- a/t/test_perf.c +++ b/t/test_perf.c @@ -28,7 +28,6 @@ test_perf_simple (int flags, unsigned long cnt) char *msg; unsigned long i; struct timespec st, et, dt; - long nsec; const char *fls; openlog ("umberlog/test_perf_simple", flags, LOG_LOCAL0); -- cgit