Skip to content

Commit ef7e819

Browse files
authored
fix: Removed unused variable (#383)
1 parent 44321e6 commit ef7e819

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/NetEvolve.Extensions.XUnit.Tests.Unit/AttributeTestsBase.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ IMessageSink messageSink
100100

101101
private static CustomAttributeData? FindDiscovererAttributeType(TypeInfo traitAttribute)
102102
{
103-
var traitDiscovererType = typeof(TraitDiscovererAttribute);
104-
105103
var typeChecking = traitAttribute;
106104
CustomAttributeData? result;
107105
do

0 commit comments

Comments
 (0)