From: Nicholas Nethercote Date: Fri, 31 Jul 2009 05:19:29 +0000 (+0000) Subject: Fix compile error. X-Git-Tag: svn/VALGRIND_3_5_0~178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5197db2b3dc7a6182d7f3086bc32ce674bf8e8bf;p=thirdparty%2Fvalgrind.git Fix compile error. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10672 --- diff --git a/coregrind/m_aspacemgr/aspacemgr-linux.c b/coregrind/m_aspacemgr/aspacemgr-linux.c index 428e1fef91..8580b19e05 100644 --- a/coregrind/m_aspacemgr/aspacemgr-linux.c +++ b/coregrind/m_aspacemgr/aspacemgr-linux.c @@ -1036,7 +1036,6 @@ static void sync_check_gap_callback ( Addr addr, SizeT len ) VG_(debugLog)(0,"aspacem", " : .... %010llx-%010llx %s", (ULong)start, (ULong)end, len_buf); - } return; } }