Re: [Mesa-dev] [PATCH] mesa: remove unused functions in program.c

2015-10-13 Thread Matt Turner
On Tue, Oct 13, 2015 at 7:16 PM, Brian Paul wrote: > replace_registers() and adjust_param_indexes() were unused. > --- Yep, noticed this too. Found it strange that someone would have managed to find and delete unused functions that gcc doesn't warn about while leaving in place functions that it d

[Mesa-dev] [PATCH] mesa: remove unused functions in program.c

2015-10-13 Thread Brian Paul
replace_registers() and adjust_param_indexes() were unused. --- src/mesa/program/program.c | 51 -- 1 file changed, 51 deletions(-) diff --git a/src/mesa/program/program.c b/src/mesa/program/program.c index c35a89b..86de5e9 100644 --- a/src/mesa/program