|
From: <sv...@va...> - 2014-08-26 19:58:03
|
Author: florian
Date: Tue Aug 26 19:57:56 2014
New Revision: 14367
Log:
Avoid compiler warning. Should have been part of r14366.
Modified:
branches/BUF_REMOVAL/callgrind/main.c
Modified: branches/BUF_REMOVAL/callgrind/main.c
==============================================================================
--- branches/BUF_REMOVAL/callgrind/main.c (original)
+++ branches/BUF_REMOVAL/callgrind/main.c Tue Aug 26 19:57:56 2014
@@ -1523,7 +1523,7 @@
static void dump_state_togdb(void)
{
thread_info** th;
- int t, p;
+ int t;
Int orig_tid = CLG_(current_tid);
VG_(gdb_printf)("instrumentation: %s\n",
|