|
From: <sv...@va...> - 2009-05-18 05:33:29
|
Author: njn
Date: 2009-05-18 06:33:21 +0100 (Mon, 18 May 2009)
New Revision: 9895
Log:
Remove a dead declaration.
Modified:
trunk/coregrind/pub_core_mallocfree.h
Modified: trunk/coregrind/pub_core_mallocfree.h
===================================================================
--- trunk/coregrind/pub_core_mallocfree.h 2009-05-18 05:30:59 UTC (rev 9894)
+++ trunk/coregrind/pub_core_mallocfree.h 2009-05-18 05:33:21 UTC (rev 9895)
@@ -97,9 +97,6 @@
extern Char* VG_(arena_strdup) ( ArenaId aid, HChar* cc,
const Char* s);
-// Nb: The ThreadId doesn't matter, it's not used.
-extern SizeT VG_(arena_payload_szB) ( ThreadId tid, ArenaId aid, void* payload );
-
extern SizeT VG_(arena_malloc_usable_size) ( ArenaId aid, void* payload );
extern void VG_(mallinfo) ( ThreadId tid, struct vg_mallinfo* mi );
|