From 69d27108e493c9d0b7e51199799f85780d618b38 Mon Sep 17 00:00:00 2001 From: Dmitry Shmidt <> Date: Mon, 20 Apr 2009 09:52:56 -0700 Subject: [PATCH] AI 146935: am: CL 146934 Make TI Wifi driver choice framework-independent - part 1 Original author: dimitrysh Automated import of CL 146935 --- services/java/com/android/server/WifiWatchdogService.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/services/java/com/android/server/WifiWatchdogService.java b/services/java/com/android/server/WifiWatchdogService.java index fe97b93273055..9443a958199a7 100644 --- a/services/java/com/android/server/WifiWatchdogService.java +++ b/services/java/com/android/server/WifiWatchdogService.java @@ -75,14 +75,6 @@ public class WifiWatchdogService { private static final boolean V = false || Config.LOGV; private static final boolean D = true || Config.LOGD; - /* - * When this was "net.dns1", sometimes the mobile data's DNS was seen - * instead due to a race condition. All we really care about is the - * DHCP-replied DNS server anyway. - */ - /** The system property whose value provides the current DNS address. */ - private static final String SYSTEMPROPERTY_KEY_DNS = "dhcp.tiwlan0.dns1"; - private Context mContext; private ContentResolver mContentResolver; private WifiStateTracker mWifiStateTracker;