diff --git a/tools/qfcc/source/qc-parse.y b/tools/qfcc/source/qc-parse.y index 57f2bab93..8f32e34bc 100644 --- a/tools/qfcc/source/qc-parse.y +++ b/tools/qfcc/source/qc-parse.y @@ -626,7 +626,6 @@ new_name } ; -//FIXME function overloading var_decl : new_name { @@ -649,7 +648,6 @@ var_decl | '(' var_decl ')' { $$ = $2; } ; -//FIXME function overloading function_decl : '*' function_decl {