Remove a useless variable.

Change-Id: Ifec283fcd397f7f42933220f19a807879ef6195e
main
Jean Chalard 2011-03-23 11:17:18 -07:00
parent 6a6308a3b9
commit 4fc18095f5
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();