Manuel López-Ibáñez - Re: Delete unused function: cp/typeck.c (common_base_type) (original) (raw)

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

"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

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