Simplify names, remove unused usings, remove redundant casts.
This commit is contained in:
@@ -126,7 +126,7 @@ namespace OpenRA
|
||||
return result;
|
||||
}
|
||||
|
||||
if (t.IsGenericType && t.GetGenericTypeDefinition() == typeof(OpenRA.Primitives.Cache<,>))
|
||||
if (t.IsGenericType && t.GetGenericTypeDefinition() == typeof(Primitives.Cache<,>))
|
||||
return ""; // TODO
|
||||
|
||||
if (t == typeof(DateTime))
|
||||
|
||||
Reference in New Issue
Block a user