X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fglsl%2Fglsl_symbol_table.h;fp=src%2Fglsl%2Fglsl_symbol_table.h;h=f1369b52c837d715eaf7509fa999ea98a035fd41;hb=16d9ebb35771af2bc27024bb4b788ef6427a4f23;hp=c90fdc3c1d944b9b73eface26ccb1e874d5882b0;hpb=a789ca649cb143c0c5bf3209ff1bde398fbd777e;p=mesa.git diff --git a/src/glsl/glsl_symbol_table.h b/src/glsl/glsl_symbol_table.h index c90fdc3c1d9..f1369b52c83 100644 --- a/src/glsl/glsl_symbol_table.h +++ b/src/glsl/glsl_symbol_table.h @@ -98,8 +98,7 @@ public: */ /*@{*/ bool add_variable(const char *name, ir_variable *v); - bool add_type(const char *name, const glsl_type *t, - ir_function *constructor = NULL); + bool add_type(const char *name, const glsl_type *t); bool add_function(const char *name, ir_function *f); /*@}*/