diff options
author | Pedro Alves <palves@redhat.com> | 2009-01-28 00:09:49 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-01-28 00:09:49 +0000 |
commit | 7df3ce47694f5c804a9468d4c098825b5901216e (patch) | |
tree | f3cbb99d0b05cd3ac06d8910ea1362d4603f6146 /gdb/gdbcore.h | |
parent | 512f063a2ebdb174d837548289ca0cc05bbf1150 (diff) | |
download | binutils-gdb-7df3ce47694f5c804a9468d4c098825b5901216e.tar.gz |
* corefile.c (generic_search): Delete disabled code.
* gdbcore.h (generic_search): Delete declaration.
Diffstat (limited to 'gdb/gdbcore.h')
-rw-r--r-- | gdb/gdbcore.h | 5 |
1 files changed, 0 insertions, 5 deletions
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. */ |