This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Delete unused function: cp/typeck.c (common_base_type)


By the way, how did you get that warning?

Cheers,

Manuel.


On 12/02/07, Serge Belyshev <belyshev@depni.sinp.msu.ru> wrote:
"Manuel López-Ibáñez" <lopezibanez@gmail.com> writes:

> Another unused function.
>
> Bootstrapped and regression tested on i686-pc-linux-gnu.
>
> Bye bye?
>
> 2007-02-11  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
>
>  * typeck.c (common_base_type): Delete unused function.

... and there is yet another one:

cc1: warnings being treated as errors
/home/ssb/src/r/gcc43/gcc/alias.c:1353: warning: 'find_symbolic_term' defined but not used
make[3]: *** [alias.o] Error 1

Last usage of this one was removed by:

r17226 | law | 1997-12-25 00:39:44 +0300 (Thu, 25 Dec 1997) | 12 line


I think change to delete these two functions would qualify as obvious.




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]