mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +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:
		
							parent
							
								
									15a85fe971
								
							
						
					
					
						commit
						31d41d83c3
					
				
					 6 changed files with 0 additions and 8 deletions
				
			
		|  | @ -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; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dennis Brakhane
						Dennis Brakhane