Skip to content

Commit e5fa56d

Browse files
committed
Remove unnecessary code
1 parent d4e05fb commit e5fa56d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tools/dotnet-linker/PreserveSmartEnumConversionsStep.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,6 @@ protected override bool ProcessType (TypeDefinition type)
6363
{
6464
var modified = false;
6565

66-
if (type.HasNestedTypes) {
67-
foreach (var nested in type.NestedTypes)
68-
modified |= ProcessType (nested);
69-
}
70-
7166
if (!type.HasMethods)
7267
return modified;
7368

0 commit comments

Comments
 (0)