summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.h
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2009-03-03 02:10:08 +0000
committerJoel Brobecker <brobecker@gnat.com>2009-03-03 02:10:08 +0000
commita35213375f8b628f9e42fd5bc6cf67000c893248 (patch)
treeb206af3318941232df4c06bb4fe6d4d7b07b81d6 /gdb/ada-lang.h
parent62e5f942420bc61f1566a6becc79892ea08b27cd (diff)
downloadgdb-a35213375f8b628f9e42fd5bc6cf67000c893248.tar.gz
Remove some unused routines.
* ada-lang.c (is_suppressed_name, ada_suppress_symbol_printing): Delete. * ada-lang.c (ada_task_list_iterator_ftype) (iterate_over_live_ada_tasks): Delete. * ada-tasks.c (ada_get_environment_task, iterate_over_live_ada_tasks): Delete.
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r--gdb/ada-lang.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h
index c7cc62a48d3..946ffccc897 100644
--- a/gdb/ada-lang.h
+++ b/gdb/ada-lang.h
@@ -463,10 +463,6 @@ extern char *ada_main_name (void);
extern int valid_task_id (int);
-typedef void (ada_task_list_iterator_ftype) (struct ada_task_info *task);
-extern void iterate_over_live_ada_tasks
- (ada_task_list_iterator_ftype *iterator);
-
extern void ada_adjust_exception_stop (bpstat bs);
extern void ada_print_exception_stop (bpstat bs);