From: Nicholas Nethercote Date: Sat, 12 Mar 2005 05:41:01 +0000 (+0000) Subject: Remove dead declaration: VG_(print_malloc_stats). (But a function of the X-Git-Tag: svn/VALGRIND_3_0_0~1025 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=079841d158362bf7f0ca29b2a24732088fbbcb67;p=thirdparty%2Fvalgrind.git Remove dead declaration: VG_(print_malloc_stats). (But a function of the same name is declared by Memcheck.) git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3293 --- diff --git a/include/tool.h.base b/include/tool.h.base index f8e5a45a83..701a53f294 100644 --- a/include/tool.h.base +++ b/include/tool.h.base @@ -339,8 +339,6 @@ extern void* VG_(calloc) ( SizeT n, SizeT bytes_per_elem ); extern void* VG_(realloc) ( void* p, SizeT size ); extern void* VG_(malloc_aligned) ( SizeT align_bytes, SizeT nbytes ); -extern void VG_(print_malloc_stats) ( void ); - /* terminate everything */ extern void VG_(exit)( Int status ) __attribute__ ((__noreturn__));