From: Emil Velikov Date: Sun, 21 Sep 2014 03:00:07 +0000 (+0100) Subject: gallium/r300: remove obsolete declaration X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e8053bb65e59ead80f9d6374c6b0927861da931f;p=mesa.git gallium/r300: remove obsolete declaration The definition of rc_pair_regalloc_inputs_only() is no longer around so drop the declaration. Signed-off-by: Emil Velikov Reviewed-by: Marek Olšák Acked-by: Matt Turner --- diff --git a/src/gallium/drivers/r300/compiler/radeon_program_pair.h b/src/gallium/drivers/r300/compiler/radeon_program_pair.h index 085ff994501..22a519a547f 100644 --- a/src/gallium/drivers/r300/compiler/radeon_program_pair.h +++ b/src/gallium/drivers/r300/compiler/radeon_program_pair.h @@ -132,7 +132,6 @@ struct radeon_pair_handler; void rc_pair_translate(struct radeon_compiler *cc, void *user); void rc_pair_schedule(struct radeon_compiler *cc, void *user); void rc_pair_regalloc(struct radeon_compiler *cc, void *user); -void rc_pair_regalloc_inputs_only(struct radeon_compiler *cc, void *user); void rc_pair_remove_dead_sources(struct radeon_compiler *c, void *user); /*@}*/