]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Removed an unused variable.
authorBart Van Assche <bvanassche@acm.org>
Thu, 10 Feb 2011 21:09:25 +0000 (21:09 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 10 Feb 2011 21:09:25 +0000 (21:09 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11537

coregrind/m_translate.c

index 87b3cae29a785c99001e1da7ff5c2db4b7481d5c..4cdf220bd7079cff26cd6067cac0ebe0fdcec0df 100644 (file)
@@ -743,7 +743,6 @@ static Bool chase_into_ok ( void* closureV, Addr64 addr64 )
 {
    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. */