Skip to content

Commit 9ea58cf

Browse files
committed
remove redundant target overload
1 parent ed17bc9 commit 9ea58cf

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/Verify/Target.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ internal bool TryGetStringBuilder([NotNullWhen(true)] out StringBuilder? value)
3737
return false;
3838
}
3939

40-
[OverloadResolutionPriority(-1)]
41-
public Target(string extension, Stream data, string? name = null) :
42-
this(extension, data, name, true)
43-
{
44-
}
45-
4640
public Target(string extension, Stream data, string? name = null, bool performConversion = true)
4741
{
4842
Guards.AgainstBadExtension(extension);

0 commit comments

Comments
 (0)