glsl: Really remove unused "instructions" parameter.

I forgot about this file, and it didn't show up until I tried to do
"make builtins" from a clean build.
This commit is contained in:
Kenneth Graunke 2011-01-01 12:29:24 -08:00
parent 81168351a7
commit 1d40cf57f8
1 changed files with 1 additions and 2 deletions

View File

@ -33,7 +33,6 @@ _mesa_glsl_release_functions(void)
} }
void void
_mesa_glsl_initialize_functions(exec_list *instructions, _mesa_glsl_initialize_functions(_mesa_glsl_parse_state *state)
struct _mesa_glsl_parse_state *state)
{ {
} }