* halfpic.c (half_pic_encode): Delete redundant code.

From-SVN: r24396
This commit is contained in:
Theodore Papadopoulo 1998-12-22 13:57:58 +01:00 committed by Jeff Law
parent e833cb112c
commit 34fadae065
2 changed files with 7 additions and 4 deletions

View File

@ -1,3 +1,7 @@
Tue Dec 22 13:55:44 1998 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
* halfpic.c (half_pic_encode): Delete redundant code.
Tue Dec 22 13:02:22 1998 Michael Meissner <meissner@cygnus.com>
* toplev.c (main): Delete handling of -dM as a preprocessor

View File

@ -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