From 328b3aacef0a8cb3244d2ddf752e0e32d8c425b4 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 25 Mar 1994 13:55:03 -0500 Subject: [PATCH] (gen_decl): Remove decl of unused variable. From-SVN: r6870 --- gcc/c-aux-info.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/gcc/c-aux-info.c b/gcc/c-aux-info.c index a22fc9047f1..0e7df9b0fa6 100644 --- a/gcc/c-aux-info.c +++ b/gcc/c-aux-info.c @@ -1,10 +1,8 @@ /* Generate information regarding function declarations and definitions based on information stored in GCC's tree structure. This code implements the -aux-info option. - - Written by Ron Guilmette (rfg@netcom.com). - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. + Copyright (C) 1989, 1991, 1994 Free Software Foundation, Inc. + Contributed by Ron Guilmette (rfg@netcom.com). This file is part of GNU CC. @@ -521,7 +519,6 @@ gen_decl (decl, is_func_definition, style) formals_style style; { char* ret_val; - char* outer_modifier = ""; if (DECL_NAME (decl)) ret_val = IDENTIFIER_POINTER (DECL_NAME (decl)); -- 2.30.2