commit | 3ee538c10d3ef5bedd9dff631cbca465315701e8 | [log] [tgz] |
---|---|---|
author | Jack Yu <jackyu@google.com> | Wed Apr 13 14:12:18 2016 -0700 |
committer | Jack Yu <jackyu@google.com> | Wed Apr 13 14:19:34 2016 -0700 |
tree | 513ef33f542b97e0d279db8c19ff2c24b2babbee | |
parent | f7eaef52a3a6a2f7f17ba8d95cb3327fe39b58cb [diff] |
Removed the unused RIL constant We should use Integer.MAX_VALUE instead defining our own MAX_INT bug: 27787361 Change-Id: I9630d66674530f9b7a8843cc454d0382b738463c
diff --git a/telephony/java/com/android/internal/telephony/RILConstants.java b/telephony/java/com/android/internal/telephony/RILConstants.java index 8aa0e34..cfc5305 100644 --- a/telephony/java/com/android/internal/telephony/RILConstants.java +++ b/telephony/java/com/android/internal/telephony/RILConstants.java
@@ -33,8 +33,6 @@ // From the top of ril.cpp int RIL_ERRNO_INVALID_RESPONSE = -1; - int MAX_INT = 0x7FFFFFFF; - // from RIL_Errno int SUCCESS = 0; int RADIO_NOT_AVAILABLE = 1; /* If radio did not start or is resetting */