1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-14 13:41:12 +00:00

#18051: Remove redundant casts and 'using', 'else', 'this' statements

(cherry picked from commit 0ef3e0577b)
This commit is contained in:
Xavier Cho
2018-04-08 12:28:24 +09:00
committed by Hein-Pieter van Braam
parent 95004aafb2
commit e7b97af276
19 changed files with 211 additions and 281 deletions

View File

@@ -36,7 +36,7 @@ namespace Godot
TryDequeue(task);
}
return base.TryExecuteTask(task);
return TryExecuteTask(task);
}
protected sealed override bool TryDequeue(Task task)