summaryrefslogtreecommitdiff
path: root/gcc/expr.c
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-05-19 12:23:40 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-05-19 12:23:40 -0400
commit06398f9dc95bf93df06d3ed9870bcee754d9dd1a (patch)
tree3b530bd6d67ac84b54770344f7734069ee47f6ca /gcc/expr.c
parent461b77c8573ec56018192ef0ae751476fea6c599 (diff)
downloadgcc-06398f9dc95bf93df06d3ed9870bcee754d9dd1a.tar.gz
(bc_runtime_type_code): Delete redundant declaration.
From-SVN: r12044
Diffstat (limited to 'gcc/expr.c')
-rw-r--r--gcc/expr.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/expr.c b/gcc/expr.c
index 9dc6ccfe5c9..29b07e5f3ee 100644
--- a/gcc/expr.c
+++ b/gcc/expr.c
@@ -189,7 +189,6 @@ static rtx expand_builtin_apply PROTO((rtx, rtx, rtx));
static void expand_builtin_return PROTO((rtx));
static rtx expand_increment PROTO((tree, int, int));
void bc_expand_increment PROTO((struct increment_operator *, tree));
-tree bc_runtime_type_code PROTO((tree));
rtx bc_allocate_local PROTO((int, int));
void bc_store_memory PROTO((tree, tree));
tree bc_expand_component_address PROTO((tree));