You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
#18051: Remove unnecessary variable assignments
This commit is contained in:
@@ -124,7 +124,7 @@ namespace Godot
|
||||
return new int[0];
|
||||
|
||||
// Calculate count
|
||||
var count = 0;
|
||||
int count;
|
||||
|
||||
if (increment > 0)
|
||||
count = ((to - from - 1) / increment) + 1;
|
||||
|
||||
Reference in New Issue
Block a user