* ada-lang.h (ada_start_decode_line_1, ada_finish_decode_line_1)
authorTom Tromey <tromey@redhat.com>
Thu, 27 Oct 2011 15:32:15 +0000 (15:32 +0000)
committerTom Tromey <tromey@redhat.com>
Thu, 27 Oct 2011 15:32:15 +0000 (15:32 +0000)
(ada_sals_for_line): Remove declarations.

gdb/ChangeLog
gdb/ada-lang.h

index 9d469bd..4565332 100644 (file)
@@ -1,3 +1,8 @@
+2011-10-27  Tom Tromey  <tromey@redhat.com>
+
+       * ada-lang.h (ada_start_decode_line_1, ada_finish_decode_line_1)
+       (ada_sals_for_line): Remove declarations.
+
 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
 
        Move unwind reasons to an external .def file
index d887ef3..d6404ca 100644 (file)
@@ -238,15 +238,6 @@ extern int user_select_syms (struct ada_symbol_info *, int, int);
 
 extern int get_selections (int *, int, int, int, char *);
 
-extern char *ada_start_decode_line_1 (char *);
-
-extern struct symtabs_and_lines ada_finish_decode_line_1 (char **,
-                                                          struct symtab *,
-                                                          int, char ***);
-
-extern struct symtabs_and_lines ada_sals_for_line (const char*, int,
-                                                  int, char***, int);
-
 extern int ada_scan_number (const char *, int, LONGEST *, int *);
 
 extern struct type *ada_parent_type (struct type *);