You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Remove duplicate comments
A few single line comments were duplicated, probably due to bad merges. This commit removes the obviously duplicate ones.
This commit is contained in:
@@ -3955,8 +3955,6 @@ ShaderLanguage::Node *ShaderLanguage::_parse_expression(BlockNode *p_block, cons
|
||||
|
||||
ERR_FAIL_COND_V(!expr, nullptr);
|
||||
|
||||
/* OK now see what's NEXT to the operator.. */
|
||||
/* OK now see what's NEXT to the operator.. */
|
||||
/* OK now see what's NEXT to the operator.. */
|
||||
|
||||
while (true) {
|
||||
@@ -4734,7 +4732,6 @@ ShaderLanguage::Node *ShaderLanguage::_parse_expression(BlockNode *p_block, cons
|
||||
|
||||
ERR_FAIL_COND_V(next_op == -1, nullptr);
|
||||
|
||||
// OK! create operator..
|
||||
// OK! create operator..
|
||||
if (is_unary) {
|
||||
int expr_pos = next_op;
|
||||
|
||||
Reference in New Issue
Block a user