Re: [PATCH] Remove stale declaration

2014-04-02 Thread Richard Biener
On Wed, Apr 2, 2014 at 12:36 PM, Marek Polacek wrote: > I noticed that we declare this function, but its definition was > removed in 2009 by P. Bonzini, thus the decl serves no purpose. > > Regtested/bootstrapped on x86_64-linux, ok for trunk? Ok. Thanks, Richard. > 2014-04-02 Marek Polacek

[PATCH] Remove stale declaration

2014-04-02 Thread Marek Polacek
I noticed that we declare this function, but its definition was removed in 2009 by P. Bonzini, thus the decl serves no purpose. Regtested/bootstrapped on x86_64-linux, ok for trunk? 2014-04-02 Marek Polacek * c-common.h (c_expand_expr): Remove declaration. diff --git gcc/c-family/c-c