Skip to content

Commit c537f9d

Browse files
committed
Non-depth constructor unneeded now
1 parent 64b65b0 commit c537f9d

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

BinaryObjectScanner/ProtectionProgress.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,6 @@ public struct ProtectionProgress
2929
/// </summary>
3030
public string? Protection { get; }
3131

32-
public ProtectionProgress(string? filename, float percentage, string? protection)
33-
{
34-
Filename = filename;
35-
Depth = 0;
36-
Percentage = percentage;
37-
Protection = protection;
38-
}
39-
4032
public ProtectionProgress(string? filename, int depth, float percentage, string? protection)
4133
{
4234
Filename = filename;

0 commit comments

Comments
 (0)