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) {