|
From: <sv...@va...> - 2011-02-10 21:09:34
|
Author: bart
Date: 2011-02-10 21:09:25 +0000 (Thu, 10 Feb 2011)
New Revision: 11537
Log:
Removed an unused variable.
Modified:
trunk/coregrind/m_translate.c
Modified: trunk/coregrind/m_translate.c
===================================================================
--- trunk/coregrind/m_translate.c 2011-02-10 21:03:47 UTC (rev 11536)
+++ trunk/coregrind/m_translate.c 2011-02-10 21:09:25 UTC (rev 11537)
@@ -743,7 +743,6 @@
{
Addr addr = (Addr)addr64;
NSegment const* seg = VG_(am_find_nsegment)(addr);
- VgCallbackClosure* closure = (VgCallbackClosure*)closureV;
/* Work through a list of possibilities why we might not want to
allow a chase. */
|