msm8226-common: RIL: Remove leftover

Change-Id: Ic768b3e9df4b40854c7015cb38e0b1d4b6c61914
This commit is contained in:
Apavayan Sinha 2015-11-16 23:25:37 +05:30 committed by Rox-
parent 2bab516116
commit d0c866c306

View file

@ -158,11 +158,7 @@ public class SamsungMSM8226RIL extends RIL {
int np = p.readInt();
dc.numberPresentation = DriverCall.presentationFromCLIP(np);
dc.name = p.readString();
if (!isLollipopRadio) {
dc.namePresentation = p.readInt();
} else {
dc.namePresentation = DriverCall.presentationFromCLIP(p.readInt());
}
dc.namePresentation = DriverCall.presentationFromCLIP(p.readInt());
int uusInfoPresent = p.readInt();
if (uusInfoPresent == 1) {
dc.uusInfo = new UUSInfo();