From 06398f9dc95bf93df06d3ed9870bcee754d9dd1a Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sun, 19 May 1996 12:23:40 -0400 Subject: [PATCH] (bc_runtime_type_code): Delete redundant declaration. From-SVN: r12044 --- gcc/expr.c | 1 - 1 file changed, 1 deletion(-) 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)); -- 2.30.2