Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5af1edc4 authored by Narayan Kamath's avatar Narayan Kamath Committed by Android Git Automerger
Browse files

am 5a44bdc8: am 8382b0d3: am ab9a19e3: Merge "Remove some pointless code."

* commit '5a44bdc8':
  Remove some pointless code.
parents 2fbe7373 5a44bdc8
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -62,10 +62,7 @@ public class TimeUtils {
     */
    public static TimeZone getTimeZone(int offset, boolean dst, long when, String country) {
        TimeZone best = null;

        Resources r = Resources.getSystem();
        XmlResourceParser parser = r.getXml(com.android.internal.R.xml.time_zones_by_country);
        Date d = new Date(when);
        final Date d = new Date(when);

        TimeZone current = TimeZone.getDefault();
        String currentName = current.getID();