OSDN Git Service

glsl: Really remove unused "instructions" parameter.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 1 Jan 2011 20:29:24 +0000 (12:29 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 1 Jan 2011 20:29:24 +0000 (12:29 -0800)
I forgot about this file, and it didn't show up until I tried to do
"make builtins" from a clean build.

src/glsl/builtins/tools/builtin_function.cpp

index c44804f..00b3294 100644 (file)
@@ -33,7 +33,6 @@ _mesa_glsl_release_functions(void)
 }
 
 void
-_mesa_glsl_initialize_functions(exec_list *instructions,
-                               struct _mesa_glsl_parse_state *state)
+_mesa_glsl_initialize_functions(_mesa_glsl_parse_state *state)
 {
 }