From 0092cea9199b23a8fc50ab879bee804cfc9184b5 Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Sat, 10 Jan 2015 15:25:54 +0000 Subject: [PATCH] Remove superfluous function call. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14862 --- coregrind/m_libcproc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/coregrind/m_libcproc.c b/coregrind/m_libcproc.c index ec6b0c8b04..f69d74084a 100644 --- a/coregrind/m_libcproc.c +++ b/coregrind/m_libcproc.c @@ -767,7 +767,6 @@ void VG_(invalidate_icache) ( void *ptr, SizeT nbytes ) Addr cls; Addr addr; - VG_(machine_get_VexArchInfo)( NULL, &vai ); cls = vai.ppc_icache_line_szB; /* Stay sane .. */ -- 2.47.3