aboutsummaryrefslogtreecommitdiff
path: root/gdb/thread.h
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-09-25 00:40:20 +0000
committerStu Grossman <grossman@cygnus>1993-09-25 00:40:20 +0000
commitd113e6b28e88d16de8cb23f5f6f73e6cb8981042 (patch)
tree246ab6e211e749f08851ca032f1981fc64f41081 /gdb/thread.h
parent08ba2f95fe5eddea585ee608ecebcbcee5727f0d (diff)
downloadfsf-binutils-gdb-d113e6b28e88d16de8cb23f5f6f73e6cb8981042.zip
fsf-binutils-gdb-d113e6b28e88d16de8cb23f5f6f73e6cb8981042.tar.gz
fsf-binutils-gdb-d113e6b28e88d16de8cb23f5f6f73e6cb8981042.tar.bz2
* corelow.c: Add multi thread/process support for core files with
.reg/XXX pseudo-sections. * i386lynx-nat.c thread.h thread.c: Remove unnecessary core file support.
Diffstat (limited to 'gdb/thread.h')
-rw-r--r--gdb/thread.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/thread.h b/gdb/thread.h
index 6f450b4..36b0035 100644
--- a/gdb/thread.h
+++ b/gdb/thread.h
@@ -29,12 +29,4 @@ extern void add_thread PARAMS ((int));
extern int in_thread_list PARAMS ((int));
-#if 0
-#ifdef __STDC__
-struct _bfd;
-#endif
-
-extern void bfd_get_core_threads PARAMS ((struct _bfd *));
-#endif
-
#endif /* THREAD_H */