cleanup
This commit is contained in:
parent
fe6145cb08
commit
14b273252d
@ -176,7 +176,6 @@ internal static class RenameHelper
|
||||
|
||||
if (type.FullName == score.Definition.Name)
|
||||
{
|
||||
var oldName = type.FullName.ToString();
|
||||
type.Name = score.ProposedNewName;
|
||||
}
|
||||
}
|
||||
|
@ -59,7 +59,6 @@ internal static class TypeDefExtensions
|
||||
{
|
||||
if (type.Name == parms.ParentName)
|
||||
{
|
||||
Logger.Log($"Match! {type.Name} : {score.ProposedNewName}");
|
||||
score.Score++;
|
||||
return EMatchResult.Match;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user