From 05ecf0b346b1d96c16d8840e326252832a2cf1fc Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Wed, 15 Dec 2004 22:07:32 +0000 Subject: [PATCH] Unused variable. --- src/common/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/common.cpp b/src/common/common.cpp index 22de25553..1cf7fbbce 100644 --- a/src/common/common.cpp +++ b/src/common/common.cpp @@ -1255,8 +1255,8 @@ debug_c::add_packetizer(void *ptzr) { void debug_c::dump_info() { - int i; #if defined(SYS_UNIX) || defined(SYS_APPLE) + int i; debug_data_t *entry; uint64_t diff_calls, diff_time;