aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-05-27 18:39:49 +0000
committerPedro Alves <palves@redhat.com>2011-05-27 18:39:49 +0000
commit619cebe87fc24b0ca07054a7fd34c550648c417e (patch)
treeee9180e371a87e1c7bee7bf4323cde0643ff737c /gdb/defs.h
parentbe34f8494e0befe68d8071f46edc16d9aa3c9238 (diff)
downloadgdb-619cebe87fc24b0ca07054a7fd34c550648c417e.zip
gdb-619cebe87fc24b0ca07054a7fd34c550648c417e.tar.gz
gdb-619cebe87fc24b0ca07054a7fd34c550648c417e.tar.bz2
2011-05-27 Pedro Alves <pedro@codesourcery.com>
gdb/ * defs.h (struct thread_info, struct inferior): Delete forward declarations. * breakpoint.h (struct thread_info): New forward declaration. * observer.sh (struct inferior): New forward declaration. * python/python-internal.h (struct inferior): New forward declaration.
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 1795297..c637a09 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -730,9 +730,6 @@ extern struct command_line *read_command_lines_1 (char * (*) (void), int,
extern void free_command_lines (struct command_line **);
-struct thread_info;
-struct inferior;
-
/* String containing the current directory (what getwd would return). */
extern char *current_directory;