Merge "Remove a useless variable."

main
Jean Chalard 2011-03-23 22:14:19 -07:00 committed by Android (Google) Code Review
commit 525028c897
1 changed files with 0 additions and 1 deletions

View File

@ -56,7 +56,6 @@ public class DictionaryPackInstallBroadcastReceiver extends BroadcastReceiver {
if (null == providers) return; // No providers : it is not a dictionary.
// Search for some dictionary pack in the just-installed package. If found, reread.
boolean found = false;
for (ProviderInfo info : providers) {
if (BinaryDictionary.DICTIONARY_PACK_AUTHORITY.equals(info.authority)) {
mService.resetSuggestMainDict();