Re: [C PATCH] delete unused function

2017-05-18 Thread Marek Polacek
On Thu, May 18, 2017 at 06:57:36AM -0400, Nathan Sidwell wrote: > In searching around for but 80803 I discovered that pushdecl_top_level > appears unused in the C FE. grepping under the gcc directory I find > definitions and uses in the c++ FE and separate def/use in the fortran FE. > In the C FE

[C PATCH] delete unused function

2017-05-18 Thread Nathan Sidwell
In searching around for but 80803 I discovered that pushdecl_top_level appears unused in the C FE. grepping under the gcc directory I find definitions and uses in the c++ FE and separate def/use in the fortran FE. In the C FE I only find a definition. AFAICT this is a stale function and comm