]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove dead declaration: VG_(print_malloc_stats). (But a function of the
authorNicholas Nethercote <njn@valgrind.org>
Sat, 12 Mar 2005 05:41:01 +0000 (05:41 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Sat, 12 Mar 2005 05:41:01 +0000 (05:41 +0000)
same name is declared by Memcheck.)

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3293

include/tool.h.base

index f8e5a45a836981b267a64c76d1a5ffdb2b4a5946..701a53f294982663446d9e3fb31a4514096f190d 100644 (file)
@@ -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__));