diff options
author | Richard Guenther <rguenther@suse.de> | 2010-09-10 10:54:24 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2010-09-10 10:54:24 +0000 |
commit | 88df93ce3baa8e070122533b31928d3876138488 (patch) | |
tree | 52bbfc8b0f568a45141cb55233730665d6be7f43 /gcc/tree.h | |
parent | 40ed057ba7ce8b8a00d88aae5ce14133faa83fd0 (diff) | |
download | gcc-88df93ce3baa8e070122533b31928d3876138488.zip gcc-88df93ce3baa8e070122533b31928d3876138488.tar.gz gcc-88df93ce3baa8e070122533b31928d3876138488.tar.bz2 |
tree.h (build_index_2_type): Remove.
2010-09-10 Richard Guenther <rguenther@suse.de>
* tree.h (build_index_2_type): Remove.
* tree.c (build_index_2_type): Remove.
ada/gcc-interface/
* utils.c (create_index_type): Use build_range_type.
From-SVN: r164164
Diffstat (limited to 'gcc/tree.h')
-rw-r--r-- | gcc/tree.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -4086,7 +4086,6 @@ extern tree build_vector_type (tree innertype, int nunits); extern tree build_opaque_vector_type (tree innertype, int nunits); extern tree build_type_no_quals (tree); extern tree build_index_type (tree); -extern tree build_index_2_type (tree, tree); extern tree build_array_type (tree, tree); extern tree build_function_type (tree, tree); extern tree build_function_type_list (tree, ...); |