You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove unnecessary code and add some error explanations
This commit is contained in:
@@ -1259,8 +1259,6 @@ int GDScriptCompiler::_parse_expression(CodeGen &codegen, const GDScriptParser::
|
||||
ERR_FAIL_V(-1); //unreachable code
|
||||
} break;
|
||||
}
|
||||
|
||||
ERR_FAIL_V(-1); //unreachable code
|
||||
}
|
||||
|
||||
Error GDScriptCompiler::_parse_block(CodeGen &codegen, const GDScriptParser::BlockNode *p_block, int p_stack_level, int p_break_addr, int p_continue_addr) {
|
||||
|
||||
Reference in New Issue
Block a user