Remove useless code

Change-Id: I58de87c1ba4cd1130419191f63ff83b685604356
diff --git a/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java b/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
index a4f0cf5..b632f09 100644
--- a/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
+++ b/java/src/com/android/inputmethod/latin/suggestions/SuggestionsView.java
@@ -339,8 +339,6 @@
                 }
             }
 
-            final SuggestedWordInfo info = (pos < suggestedWords.size())
-                    ? suggestedWords.getInfo(pos) : null;
             if (suggestedWords.mIsObsoleteSuggestions && isSuggested) {
                 return applyAlpha(color, mAlphaObsoleted);
             } else {