util: Include bitscan.h directly
[mesa.git] / src / compiler / glsl / glsl_parser.yy
index f1986ed0a8ac1bef2c6f0a2cdf0c1b3410296401..e5ea41d4dff2e880e5353965feef437bdd1fb79a 100644 (file)
@@ -96,7 +96,6 @@ static bool match_layout_qualifier(const char *s1, const char *s2,
 %parse-param {struct _mesa_glsl_parse_state *state}
 
 %union {
-   YYSTYPE() {}
    int n;
    int64_t n64;
    float real;