From: Theodore Papadopoulo Date: Tue, 22 Dec 1998 12:57:58 +0000 (+0100) Subject: * halfpic.c (half_pic_encode): Delete redundant code. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=34fadae065b4714459022af1ae5f73187fc09dc6;p=gcc.git * halfpic.c (half_pic_encode): Delete redundant code. From-SVN: r24396 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 411beca7a3c..08fef685279 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Tue Dec 22 13:55:44 1998 Theodore Papadopoulo + + * halfpic.c (half_pic_encode): Delete redundant code. + Tue Dec 22 13:02:22 1998 Michael Meissner * toplev.c (main): Delete handling of -dM as a preprocessor diff --git a/gcc/halfpic.c b/gcc/halfpic.c index 8505a5844ea..959b6abc325 100644 --- a/gcc/halfpic.c +++ b/gcc/halfpic.c @@ -216,10 +216,9 @@ half_pic_encode (decl) #ifdef HALF_PIC_DEBUG if (HALF_PIC_DEBUG) { - if (HALF_PIC_DEBUG) - fprintf (stderr, "\n========== Half_pic_encode %.*s\n", - IDENTIFIER_LENGTH (asm_name), - IDENTIFIER_POINTER (asm_name)); + fprintf (stderr, "\n========== Half_pic_encode %.*s\n", + IDENTIFIER_LENGTH (asm_name), + IDENTIFIER_POINTER (asm_name)); debug_tree (decl); } #endif