glsl2: Add a pass for removing unused functions.
[mesa.git] / src / glsl / ir.h
index e61485813dce843610684be8a5dd3c664dd789d8..f58602515efce815bffb3893cf8f3e89ab9f5e05 100644 (file)
@@ -410,7 +410,6 @@ public:
     */
    const char *name;
 
-private:
    /**
     * List of ir_function_signature for each overloaded function with this name.
     */