diff --git a/tools/isledecomp/isledecomp/compare/core.py b/tools/isledecomp/isledecomp/compare/core.py index a773dadb..c44f3987 100644 --- a/tools/isledecomp/isledecomp/compare/core.py +++ b/tools/isledecomp/isledecomp/compare/core.py @@ -348,7 +348,6 @@ def is_real_string(s: str) -> bool: # When we sanitize the asm, the result is the same regardless. if self.orig_bin.is_debug: for addr, string in self.orig_bin.iter_string("latin1"): - # Arbitrary threshold of 4, but I think this is what Ghidra does too if is_real_string(string): self._db.set_orig_symbol( addr, SymbolType.STRING, string, len(string)