From 30361a9af794c1a28fac74813fed07276f1d70c4 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 20 Sep 2025 16:21:12 -0400 Subject: [PATCH] This should never have to clear anything --- BinaryObjectScanner/Scanner.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/BinaryObjectScanner/Scanner.cs b/BinaryObjectScanner/Scanner.cs index edef8421..9b9e81be 100644 --- a/BinaryObjectScanner/Scanner.cs +++ b/BinaryObjectScanner/Scanner.cs @@ -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; } }