glsl: remove stale FIXME

This is no longer an issue, was likely fixed years ago.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5657>
This commit is contained in:
Timothy Arceri
2020-06-26 17:01:25 +10:00
committed by Marge Bot
parent 64a2500a69
commit 7e8cfc0add
-3
View File
@@ -205,9 +205,6 @@ verify_parameter_modes(_mesa_glsl_parse_state *state,
const ast_expression *const actual_ast =
exec_node_data(ast_expression, actual_ast_node, link);
/* FIXME: 'loc' is incorrect (as of 2011-01-21). It is always
* FIXME: 0:0(0).
*/
YYLTYPE loc = actual_ast->get_location();
/* Verify that 'const_in' parameters are ir_constants. */