mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1013847 - Part 1-2: Don't need to cache iccStatus in RilObject. r=hsinyi
This commit is contained in:
parent
c4a10c3c96
commit
1cdc5ada1e
@ -444,12 +444,6 @@ RilObject.prototype = {
|
||||
*/
|
||||
this._waitingRadioTech = false;
|
||||
|
||||
/**
|
||||
* ICC status. Keeps a reference of the data response to the
|
||||
* getICCStatus request.
|
||||
*/
|
||||
this.iccStatus = null;
|
||||
|
||||
/**
|
||||
* Card state
|
||||
*/
|
||||
@ -3453,7 +3447,6 @@ RilObject.prototype = {
|
||||
return;
|
||||
}
|
||||
|
||||
this.iccStatus = iccStatus;
|
||||
let newCardState;
|
||||
let index = this._isCdma ? iccStatus.cdmaSubscriptionAppIndex :
|
||||
iccStatus.gsmUmtsSubscriptionAppIndex;
|
||||
|
Loading…
Reference in New Issue
Block a user