This should never have to clear anything

This commit is contained in:
Matt Nadareski
2025-09-20 16:21:12 -04:00
parent d6708a0cbe
commit 30361a9af7

View File

@@ -251,7 +251,6 @@ namespace BinaryObjectScanner
var protections = new ProtectionDictionary();
protections.Append(file, _includeDebug ? ex.ToString() : "[Exception opening file, please try again]");
protections.ClearEmptyKeys();
return protections;
}
}