aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-11-25 00:54:15 +0000
committerTom Tromey <tromey@redhat.com>2008-11-25 00:54:15 +0000
commit9d0015d5521134d51ee20abb685d83bdf8b41560 (patch)
tree39782b528592c65dfc5f7636a41e2a4a3b75a734
parent682f88900727191493f42d9670313372a02efd53 (diff)
downloadfsf-binutils-gdb-9d0015d5521134d51ee20abb685d83bdf8b41560.zip
fsf-binutils-gdb-9d0015d5521134d51ee20abb685d83bdf8b41560.tar.gz
fsf-binutils-gdb-9d0015d5521134d51ee20abb685d83bdf8b41560.tar.bz2
* inferior.h (number_of_inferiors, first_inferior_in_set,
set_inferior_exec, inferior_list): Remove duplicate declarations.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/inferior.h8
2 files changed, 5 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 35d6390..c6fccba 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-24 Tom Tromey <tromey@redhat.com>
+
+ * inferior.h (number_of_inferiors, first_inferior_in_set,
+ set_inferior_exec, inferior_list): Remove duplicate declarations.
+
2008-11-20 Stan Shebs <stan@codesourcery.com>
Multi-process (primarily multi-exec) support.
diff --git a/gdb/inferior.h b/gdb/inferior.h
index 6b49bfc..c951026 100644
--- a/gdb/inferior.h
+++ b/gdb/inferior.h
@@ -580,8 +580,6 @@ extern int have_real_inferiors (void);
extern int number_of_inferiors (void);
-extern int number_of_inferiors (void);
-
/* Return a pointer to the current inferior. It is an error to call
this if there is no current inferior. */
extern struct inferior *current_inferior (void);
@@ -590,8 +588,6 @@ extern void set_inferior_name (struct inferior *inf, char *name);
extern void set_inferior_exec (struct inferior *inf, struct exec *exec);
-extern void set_inferior_exec (struct inferior *inf, struct exec *exec);
-
/* Itset definitions. */
extern struct itset *current_itset;
@@ -608,12 +604,8 @@ extern int itset_member (struct itset *itset, struct inferior *inf, int thread_i
extern struct inferior *first_inferior_in_set (struct itset *itset);
-extern struct inferior *first_inferior_in_set (struct itset *itset);
-
extern void dump_itset (struct itset *itset);
extern struct inferior *inferior_list;
-extern struct inferior *inferior_list;
-
#endif /* !defined (INFERIOR_H) */