Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit afdb3c31 authored by Jack Yu's avatar Jack Yu Committed by android-build-merger
Browse files

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

am: 4f9b759d

* commit '4f9b759d':
  Removed the unused RIL constant

Change-Id: I96d66109f3f3f422dbf7c163a2874fd1bfd60e4f
parents 2be07c60 4f9b759d
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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 */