Last active
August 29, 2015 14:12
-
-
Save invisiblek/5a1f1bf8f0b8055fb80b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/java/com/android/internal/telephony/RIL.java b/src/java/com/android/internal/telephony/RIL.java | |
index 8775282..38942f0 100644 | |
--- a/src/java/com/android/internal/telephony/RIL.java | |
+++ b/src/java/com/android/internal/telephony/RIL.java | |
@@ -1318,11 +1318,6 @@ public class RIL extends BaseCommands implements CommandsInterface { | |
@Override | |
public void | |
getHardwareConfig (Message result) { | |
- RILRequest rr = RILRequest.obtain(RIL_REQUEST_GET_HARDWARE_CONFIG, result); | |
- | |
- if (RILJ_LOGD) riljLog(rr.serialString() + "> " + requestToString(rr.mRequest)); | |
- | |
- send(rr); | |
} | |
@Override |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment