From: Nicholas Nethercote Date: Thu, 14 Oct 2004 14:24:55 +0000 (+0000) Subject: Remove duplicate declaration. X-Git-Tag: svn/VALGRIND_3_0_0~1524 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6059e23b99787d6895288774e681293bc56138e7;p=thirdparty%2Fvalgrind.git Remove duplicate declaration. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2770 --- diff --git a/coregrind/ume.h b/coregrind/ume.h index 76f4ef5514..474a0a0fce 100644 --- a/coregrind/ume.h +++ b/coregrind/ume.h @@ -60,11 +60,6 @@ extern void *ume_exec_esp; /* esp on entry at exec time */ // Jump to a new 'ip' with the stack 'sp'. void jmp_with_stack(addr_t ip, addr_t sp) __attribute__((noreturn)); -void foreach_map(int (*fn)(char *start, char *end, - const char *perm, off_t offset, - int maj, int min, int ino, void* extra), - void* extra); - /*------------------------------------------------------------*/ /*--- Loading ELF files ---*/ /*------------------------------------------------------------*/