From 7df3ce47694f5c804a9468d4c098825b5901216e Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Wed, 28 Jan 2009 00:09:49 +0000 Subject: * corefile.c (generic_search): Delete disabled code. * gdbcore.h (generic_search): Delete declaration. --- gdb/gdbcore.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gdb/gdbcore.h') diff --git a/gdb/gdbcore.h b/gdb/gdbcore.h index 5636cd50995..5b538ecb177 100644 --- a/gdb/gdbcore.h +++ b/gdb/gdbcore.h @@ -82,11 +82,6 @@ extern void write_memory_unsigned_integer (CORE_ADDR addr, int len, /* Store VALUE at ADDR in the inferior as a LEN-byte unsigned integer. */ extern void write_memory_signed_integer (CORE_ADDR addr, int len, LONGEST value); - -extern void generic_search (int len, char *data, char *mask, - CORE_ADDR startaddr, int increment, - CORE_ADDR lorange, CORE_ADDR hirange, - CORE_ADDR * addr_found, char *data_found); /* Hook for `exec_file_command' command to call. */ -- cgit v1.2.1