Skip to content

Commit 30361a9

Browse files
committed
This should never have to clear anything
1 parent d6708a0 commit 30361a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

BinaryObjectScanner/Scanner.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ private ProtectionDictionary GetInternalProtections(string file, int depth)
251251

252252
var protections = new ProtectionDictionary();
253253
protections.Append(file, _includeDebug ? ex.ToString() : "[Exception opening file, please try again]");
254-
protections.ClearEmptyKeys();
255254
return protections;
256255
}
257256
}

0 commit comments

Comments
 (0)