aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorRichard Sandiford <richard@codesourcery.com>2006-02-22 19:58:37 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2006-02-22 19:58:37 +0000
commite8dad6f060483d690785ae954f1d9a1e2e60f914 (patch)
tree5dc85086ffd30ae429b1ddd034fac2ff7a54f0b2 /gcc/tree.h
parent55e35fb7d21f375edad6e594e2846adc0d4426c7 (diff)
downloadgcc-e8dad6f060483d690785ae954f1d9a1e2e60f914.zip
gcc-e8dad6f060483d690785ae954f1d9a1e2e60f914.tar.gz
gcc-e8dad6f060483d690785ae954f1d9a1e2e60f914.tar.bz2
tree.h (variable_section): Delete.
* tree.h (variable_section): Delete. * varasm.c (variable_section): Delete. From-SVN: r111369
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 61a1d47..76e7612 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -4381,7 +4381,6 @@ extern unsigned int update_alignment_for_field (record_layout_info, tree,
extern void make_decl_rtl (tree);
extern void make_decl_one_only (tree);
extern int supports_one_only (void);
-extern void variable_section (tree, int);
extern void resolve_unique_section (tree, int, int);
extern void mark_referenced (tree);
extern void mark_decl_referenced (tree);