From 4e7695dc12c75f831d9f13a5af610ab280cc15cf Mon Sep 17 00:00:00 2001 From: "U-BASIS\\dsmyda" Date: Mon, 20 Jul 2020 11:36:37 -0400 Subject: [PATCH] Removed useless comment --- .../org/sleuthkit/autopsy/coreutils/textutils/EncodingUtils.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Core/src/org/sleuthkit/autopsy/coreutils/textutils/EncodingUtils.java b/Core/src/org/sleuthkit/autopsy/coreutils/textutils/EncodingUtils.java index e8a918d031..95e9ab20a6 100755 --- a/Core/src/org/sleuthkit/autopsy/coreutils/textutils/EncodingUtils.java +++ b/Core/src/org/sleuthkit/autopsy/coreutils/textutils/EncodingUtils.java @@ -92,7 +92,6 @@ public class EncodingUtils { // Get all guesses by Tika. These CharsetMatch's are ordered // by descending confidence (largest first). if (tikaResults.length > 0) { - // Grab our top pick CharsetMatch topPick = tikaResults[0]; if (topPick.getName().equalsIgnoreCase("IBM500") && tikaResults.length > 1) {