From: Richard Kenner Date: Sun, 19 May 1996 16:23:40 +0000 (-0400) Subject: (bc_runtime_type_code): Delete redundant declaration. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=06398f9dc95bf93df06d3ed9870bcee754d9dd1a;p=gcc.git (bc_runtime_type_code): Delete redundant declaration. From-SVN: r12044 --- 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));