* c-c++-common/Wtautological-compare-2.c: Remove unused line.

From-SVN: r226271
This commit is contained in:
Marek Polacek 2015-07-27 20:51:48 +00:00 committed by Marek Polacek
parent 1e6a7b01cc
commit 160654a0b8
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2015-07-27 Marek Polacek <polacek@redhat.com>
* c-c++-common/Wtautological-compare-2.c: Remove unused line.
2015-07-27 Tom de Vries <tom@codesourcery.com>
* gcc.dg/autopar/outer-4.c (parloop): Remove superfluous noinline

View file

@ -2,8 +2,6 @@
/* { dg-do compile } */
/* { dg-options "-Wtautological-compare" } */
extern int foo (void);
#define A a
#define B A
#define FOO (A > B)