summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.h
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-09-21 20:44:23 +0000
committerDaniel Jacobowitz <drow@false.org>2004-09-21 20:44:23 +0000
commiteb4a223d0a7351b3d908a258f1e27b6250931902 (patch)
tree7cce7b6eb47790ba96ebe968a3e9430d83025067 /gdb/ada-lang.h
parent62521f270583571249fd24d81d70e28d7a8e7e36 (diff)
downloadbinutils-gdb-drow_intercu-20040221-branch.tar.gz
Merge from mainline.drow_intercu-20040221-branch
Diffstat (limited to 'gdb/ada-lang.h')
-rw-r--r--gdb/ada-lang.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gdb/ada-lang.h b/gdb/ada-lang.h
index 12eaf4bcb3f..931fd8eb3cf 100644
--- a/gdb/ada-lang.h
+++ b/gdb/ada-lang.h
@@ -160,18 +160,6 @@ struct task_entry
int stack_per;
};
-extern struct type *builtin_type_ada_int;
-extern struct type *builtin_type_ada_short;
-extern struct type *builtin_type_ada_long;
-extern struct type *builtin_type_ada_long_long;
-extern struct type *builtin_type_ada_char;
-extern struct type *builtin_type_ada_float;
-extern struct type *builtin_type_ada_double;
-extern struct type *builtin_type_ada_long_double;
-extern struct type *builtin_type_ada_natural;
-extern struct type *builtin_type_ada_positive;
-extern struct type *builtin_type_ada_system_address;
-
/* The maximum number of tasks known to the Ada runtime. */
extern const int MAX_NUMBER_OF_KNOWN_TASKS;