1
0
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:
Dennis Brakhane
2021-04-25 17:03:56 +02:00
parent 15a85fe971
commit 31d41d83c3
6 changed files with 0 additions and 8 deletions

View File

@@ -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;