glsl: Remove ir_function.cpp:type_compare()
authorChad Versace <chad@chad-versace.us>
Wed, 27 Jul 2011 19:32:10 +0000 (12:32 -0700)
committerChad Versace <chad@chad-versace.us>
Sat, 30 Jul 2011 14:27:25 +0000 (07:27 -0700)
commit6efe1a849586e46028c1eb763175904166ec7076
tree7c679baaba68e8d97a30662355ef82dfeed10c5b
parent8b3627fd7b52723102f070957d87f98073e92d7c
glsl: Remove ir_function.cpp:type_compare()

The function is no longer used and has been replaced by
glsl_type::can_implicitly_convert_to().

Note: This is a candidate for the 7.10 and 7.11 branches.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Chad Versace <chad@chad-versace.us>
src/glsl/ir_function.cpp