glsl: Remove GLSL_TYPE_FUNCTION define.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 11 Nov 2010 07:14:45 +0000 (23:14 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 15 Nov 2010 21:33:57 +0000 (13:33 -0800)
commitee36f14fa54723f2da3cf6054f822ebf05cca247
tree118a1971431979171c55ca86ab026d5f99ba5e52
parent62fe9c4efc77d0b9310e5e265f285205a3f862dc
glsl: Remove GLSL_TYPE_FUNCTION define.

Functions are not first class objects in GLSL, so there is never a value
of function type.  No code actually used this except for one function
which asserted it shouldn't occur.  One comment mentioned it, but was
incorrect.  So we may as well remove it entirely.
src/glsl/glsl_types.h
src/glsl/ir_function.cpp