]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Remove duplicate declaration.
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 14 Oct 2004 14:24:55 +0000 (14:24 +0000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Thu, 14 Oct 2004 14:24:55 +0000 (14:24 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2770

coregrind/ume.h

index 76f4ef5514f22ca01c2ebfcc591845df6f214091..474a0a0fce77b1527ea86c2561f67638ec3502b1 100644 (file)
@@ -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                                    ---*/
 /*------------------------------------------------------------*/