]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove Marie-Celeste declarations.
authorJulian Seward <jseward@acm.org>
Mon, 29 Nov 2004 19:46:28 +0000 (19:46 +0000)
committerJulian Seward <jseward@acm.org>
Mon, 29 Nov 2004 19:46:28 +0000 (19:46 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3150

coregrind/core.h

index ef0cb8fd20ae2d1034467c3f294a79fb54fd130e..65723f6c80dcb06e8c9ce2a4566addb6dea787b2 100644 (file)
@@ -1082,14 +1082,6 @@ VALGRIND_INTERNAL_PRINTF_BACKTRACE(char *format, ...)
 extern void VG_(demangle) ( Char* orig, Char* result, Int result_size );
 
 
-/* ---------------------------------------------------------------------
-   Exports of vg_from_ucode.c
-   ------------------------------------------------------------------ */
-
-extern void   VG_(print_ccall_stats)      ( void );
-extern void   VG_(print_UInstr_histogram) ( void );
-
-
 /* ---------------------------------------------------------------------
    Exports of vg_to_ucode.c
    ------------------------------------------------------------------ */
@@ -1796,6 +1788,7 @@ extern void VG_(missing_tool_func) ( const Char* fn );
 #define PTHREQ_RET(regs)   ((regs).vex.ARCH_PTHREQ_RET)
 #define CLREQ_RET(regs)    ((regs).vex.ARCH_CLREQ_RET)
 
+
 // Offsets for the Vex state
 #define O_STACK_PTR        (offsetof(VexGuestArchState, ARCH_STACK_PTR))
 #define O_FRAME_PTR        (offsetof(VexGuestArchState, ARCH_FRAME_PTR))