Skip to content

Commit e98aa9a

Browse files
committed
Removed unused code.
1 parent 02bc7dd commit e98aa9a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tools/Magick.NET.SourceGenerator/Helpers/PropertyInfo.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ public PropertyInfo(IPropertySymbol symbol)
2020
Documentation = symbol.GetDocumentation().Single();
2121
}
2222

23-
public INamedTypeSymbol ContainingType
24-
=> _symbol.ContainingType;
25-
2623
public string Documentation { get; }
2724

2825
public string ParameterName { get; }

0 commit comments

Comments
 (0)