diff options
author | Tom Tromey <tromey@redhat.com> | 2011-10-27 15:32:15 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2011-10-27 15:32:15 +0000 |
commit | d849d44f82566a01d9411137be3fa8a41a0bd8f0 (patch) | |
tree | ac751bd7dfc85ddf68ca5f414874bbc28505a697 /gdb | |
parent | 926e2094bb184293131b21b9394d092d86d695c8 (diff) | |
download | gdb-d849d44f82566a01d9411137be3fa8a41a0bd8f0.zip gdb-d849d44f82566a01d9411137be3fa8a41a0bd8f0.tar.gz gdb-d849d44f82566a01d9411137be3fa8a41a0bd8f0.tar.bz2 |
* ada-lang.h (ada_start_decode_line_1, ada_finish_decode_line_1)
(ada_sals_for_line): Remove declarations.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/ada-lang.h | 9 |
2 files changed, 5 insertions, 9 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9d469bd..4565332 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h index d887ef3..d6404ca 100644 --- a/gdb/ada-lang.h +++ b/gdb/ada-lang.h @@ -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 *); |