diff --git a/java/src/com/android/inputmethod/latin/Suggest.java b/java/src/com/android/inputmethod/latin/Suggest.java
index 3988813351387c68fe24d5a80502c19eed519873..9e9ffc76a4b87d21f6f1b95e9eadcc460d06c04c 100644
--- a/java/src/com/android/inputmethod/latin/Suggest.java
+++ b/java/src/com/android/inputmethod/latin/Suggest.java
@@ -240,11 +240,6 @@ public class Suggest {
             hasAutoCorrection = false;
         } else if (null != whitelistedWord) {
             hasAutoCorrection = true;
-        } else if (!allowsToBeAutoCorrected) {
-            // TODO: make the variable name clearer. If we don't allow auto-correct, that means
-            // this word is a dictionary word that is not whitelisted, so it should auto-correct
-            // to itself! Hence, the true here.
-            hasAutoCorrection = true;
         } else if (suggestionsSet.isEmpty()) {
             hasAutoCorrection = false;
         } else if (AutoCorrection.suggestionExceedsAutoCorrectionThreshold(suggestionsSet.first(),