aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-03-25 19:24:12 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-03-25 19:24:12 +0000
commit86f1f8581b02f7f0fc88efb3ea210c9aece12880 (patch)
tree0a97824aedf48f97f51f1e0d8d3fcd307af86e82 /gcc/tree.h
parentbef87a346c2ebf741fa60ca0c80f8f559551e6e6 (diff)
downloadgcc-86f1f8581b02f7f0fc88efb3ea210c9aece12880.zip
gcc-86f1f8581b02f7f0fc88efb3ea210c9aece12880.tar.gz
gcc-86f1f8581b02f7f0fc88efb3ea210c9aece12880.tar.bz2
tree.c (get_set_constructor_bits, [...]): Remove.
* tree.c (get_set_constructor_bits, get_set_constructor_bytes): Remove. * tree.h: Remove the corresponding prototypes. From-SVN: r97057
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 6a96e09..bb4f453 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -3460,8 +3460,6 @@ extern GTY(()) const char * current_function_func_begin_label;
extern unsigned crc32_string (unsigned, const char *);
extern void clean_symbol_name (char *);
extern tree get_file_function_name_long (const char *);
-extern tree get_set_constructor_bits (tree, char *, int);
-extern tree get_set_constructor_bytes (tree, unsigned char *, int);
extern tree get_callee_fndecl (tree);
extern void change_decl_assembler_name (tree, tree);
extern int type_num_arguments (tree);