From: Bart Van Assche Date: Sun, 10 May 2009 06:39:37 +0000 (+0000) Subject: Cleanup. X-Git-Tag: svn/VALGRIND_3_5_0~712 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2415b8e673aaf05b203116daa726a74fabbdd40;p=thirdparty%2Fvalgrind.git Cleanup. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9814 --- diff --git a/drd/pub_drd_bitmap.h b/drd/pub_drd_bitmap.h index e6f23049dc..2ceb78e3b0 100644 --- a/drd/pub_drd_bitmap.h +++ b/drd/pub_drd_bitmap.h @@ -124,7 +124,5 @@ ULong DRD_(bm_get_bitmap_creation_count)(void); ULong DRD_(bm_get_bitmap2_node_creation_count)(void); ULong DRD_(bm_get_bitmap2_creation_count)(void); -void DRD_(bm_test)(void); - #endif /* __PUB_DRD_BITMAP_H */