You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
#18051: Remove unnecessary variable assignments
This commit is contained in:
@@ -259,7 +259,7 @@ namespace Godot
|
||||
{
|
||||
int basepos = instance.Find("://");
|
||||
|
||||
var rs = string.Empty;
|
||||
string rs;
|
||||
var @base = string.Empty;
|
||||
|
||||
if (basepos != -1)
|
||||
@@ -378,7 +378,7 @@ namespace Godot
|
||||
|
||||
while (instance[src] != 0 && text[tgt] != 0)
|
||||
{
|
||||
var match = false;
|
||||
bool match;
|
||||
|
||||
if (case_insensitive)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user