]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove unused variable.
authorJulian Seward <jseward@acm.org>
Mon, 1 Sep 2014 08:41:43 +0000 (08:41 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 1 Sep 2014 08:41:43 +0000 (08:41 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14402

coregrind/m_syswrap/syswrap-arm64-linux.c

index 6ebfc7eac373fcc643ced843ff142436df02fd1e..b2462c6056bcc563daec49b8c7cde9d9e06fc255 100644 (file)
@@ -220,8 +220,6 @@ static SysRes do_clone ( ThreadId ptid,
                          Int*  child_tidptr, 
                          Addr  child_tls )
 {
-   const Bool debug = False;
-
    ThreadId     ctid = VG_(alloc_ThreadState)();
    ThreadState* ptst = VG_(get_ThreadState)(ptid);
    ThreadState* ctst = VG_(get_ThreadState)(ctid);