aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-26 23:41:34 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-26 23:41:34 +0000
commitc79249370ba344a75b68b5cb9de83559602ca210 (patch)
treef185ff4c43d539d8e8a183490fb65e6a6a9fa493 /gcc/tree.h
parentca0afc298b3d9925e06bf6b753ca6a6b4b6f21b5 (diff)
downloadgcc-c79249370ba344a75b68b5cb9de83559602ca210.zip
gcc-c79249370ba344a75b68b5cb9de83559602ca210.tar.gz
gcc-c79249370ba344a75b68b5cb9de83559602ca210.tar.bz2
stor-layout.c (is_pending_size): Remove.
* stor-layout.c (is_pending_size): Remove. * tree.h: Remove the corresponding prototype. From-SVN: r78532
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 7846b54..08f14d5 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -2471,7 +2471,6 @@ extern tree size_int_type_wide (HOST_WIDE_INT, tree);
extern tree round_up (tree, int);
extern tree round_down (tree, int);
extern tree get_pending_sizes (void);
-extern int is_pending_size (tree);
extern void put_pending_size (tree);
extern void put_pending_sizes (tree);