summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtelephony/java/com/android/internal/telephony/gsm/SIMRecords.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/telephony/java/com/android/internal/telephony/gsm/SIMRecords.java b/telephony/java/com/android/internal/telephony/gsm/SIMRecords.java
index 27cde78470fc..891c7cb0c3cd 100755
--- a/telephony/java/com/android/internal/telephony/gsm/SIMRecords.java
+++ b/telephony/java/com/android/internal/telephony/gsm/SIMRecords.java
@@ -496,11 +496,6 @@ public final class SIMRecords extends IccRecords {
return null;
}
- // STOPSHIP: to be removed
- if (BaseCommands.getLteOnCdmaModeStatic() == Phone.LTE_ON_CDMA_TRUE) {
- Log.e(LOG_TAG, "getOperatorNumeric: STOPSHIP bad numeric operators in lte");
- return SystemProperties.get("ro.cdma.home.operator.numeric", "310004");
- }
// Length = length of MCC + length of MNC
// length of mcc = 3 (TS 23.003 Section 2.2)
return imsi.substring(0, 3 + mncLength);