summaryrefslogtreecommitdiff
path: root/src/com
diff options
context:
space:
mode:
authorYorke Lee <yorkelee@google.com>2015-09-10 10:33:43 -0700
committerYorke Lee <yorkelee@google.com>2015-09-10 10:33:43 -0700
commit6b91b0cc2bacacd14ea23301b6095f8cdb318878 (patch)
treed3334dfacbfbbb99ff46d6b0537047dbd8e17afc /src/com
parenta3b4676fe2bf93387333cb1ee789388265f7aac1 (diff)
Remove unused countryIso in ListsFragment
Change-Id: Ia6554810f614e76d83a666ac3a4ceec01bd74aab
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/dialer/list/ListsFragment.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/com/android/dialer/list/ListsFragment.java b/src/com/android/dialer/list/ListsFragment.java
index 09a4cb21e..45cf17879 100644
--- a/src/com/android/dialer/list/ListsFragment.java
+++ b/src/com/android/dialer/list/ListsFragment.java
@@ -176,10 +176,6 @@ public class ListsFragment extends Fragment
Trace.beginSection(TAG + " onCreate");
super.onCreate(savedInstanceState);
- Trace.beginSection(TAG + " getCurrentCountryIso");
- final String currentCountryIso = GeoUtil.getCurrentCountryIso(getActivity());
- Trace.endSection();
-
mVoicemailStatusHelper = new VoicemailStatusHelperImpl();
mHasFetchedVoicemailStatus = false;