aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2004-08-31 09:29:24 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2004-08-31 09:29:24 +0100
commitf7b0fb680c62cc0e246909ec8be88c10e85e3d69 (patch)
treea33dfe5d198803168d6b3a46763e2916104ba8f4 /gcc/tree.h
parentf51a38b9c178b325ea983283908f40fc009a1da5 (diff)
downloadgcc-f7b0fb680c62cc0e246909ec8be88c10e85e3d69.zip
gcc-f7b0fb680c62cc0e246909ec8be88c10e85e3d69.tar.gz
gcc-f7b0fb680c62cc0e246909ec8be88c10e85e3d69.tar.bz2
attribs.c (strip_attrs): Remove.
* attribs.c (strip_attrs): Remove. (split_specs_attrs): Move ... * c-decl.c: ... to here. * tree.h (split_specs_attrs, strip_attrs): Remove. * c-tree.h (split_specs_attrs): Declare. From-SVN: r86823
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index d6b0ba8..e815ef0 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2895,14 +2895,6 @@ extern tree merge_decl_attributes (tree, tree);
extern tree merge_type_attributes (tree, tree);
extern void default_register_cpp_builtins (struct cpp_reader *);
-/* Split a list of declspecs and attributes into two. */
-
-extern void split_specs_attrs (tree, tree *, tree *);
-
-/* Strip attributes from a list of combined specs and attrs. */
-
-extern tree strip_attrs (tree);
-
/* Return 1 if an attribute and its arguments are valid for a decl or type. */
extern int valid_machine_attribute (tree, tree, tree, tree);