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/ada-lang.h | |
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/ada-lang.h')
-rw-r--r-- | gdb/ada-lang.h | 9 |
1 files changed, 0 insertions, 9 deletions
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 *); |