Merge "Removed the unused RIL constant" into nyc-dev

This commit is contained in:
Jack Yu
2016-04-14 23:32:42 +00:00
committed by Android (Google) Code Review

View File

@@ -33,8 +33,6 @@ public interface RILConstants {
// 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 */