OSDN Git Service

remove superfluous lines
authorTammo Spalink <tammo@google.com>
Tue, 21 Apr 2009 06:54:18 +0000 (14:54 +0800)
committerTammo Spalink <tammo@google.com>
Wed, 22 Apr 2009 03:41:19 +0000 (11:41 +0800)
telephony/java/com/android/internal/telephony/cdma/CdmaDataConnectionTracker.java
telephony/java/com/android/internal/telephony/gsm/GsmDataConnectionTracker.java

index 87e8b62..e0a84ab 100644 (file)
@@ -825,7 +825,6 @@ public final class CdmaDataConnectionTracker extends DataConnectionTracker {
 
     private void destroyAllDataConnectionList() {
         if(dataConnectionList != null) {
-            CdmaDataConnection pdp;
             dataConnectionList.removeAll(dataConnectionList);
         }
     }
index 9ca4610..b889704 100644 (file)
@@ -154,13 +154,6 @@ public final class GsmDataConnectionTracker extends DataConnectionTracker {
     private static final String INTENT_RECONNECT_ALARM = "com.android.internal.telephony.gprs-reconnect";
     private static final String INTENT_RECONNECT_ALARM_EXTRA_REASON = "reason";
 
-    //***** Tag IDs for EventLog
-    private static final int EVENT_LOG_RADIO_RESET_COUNTDOWN_TRIGGERED = 50101;
-    private static final int EVENT_LOG_RADIO_RESET = 50102;
-    private static final int EVENT_LOG_PDP_RESET = 50103;
-    private static final int EVENT_LOG_REREGISTER_NETWORK = 50104;
-    private static final int EVENT_LOG_RADIO_PDP_SETUP_FAIL = 50105;
-
     static final Uri PREFERAPN_URI = Uri.parse("content://telephony/carriers/preferapn");
     static final String APN_ID = "apn_id";
     private boolean canSetPreferApn = false;