diff options
author | Aleksander Morgado <aleksandermj@chromium.org> | 2023-06-14 13:50:30 +0000 |
---|---|---|
committer | Aleksander Morgado <aleksandermj@chromium.org> | 2023-06-14 13:54:32 +0000 |
commit | 4db5635f4414547909c585f1802a1105dd07dacc (patch) | |
tree | e5d7bc089d99f33f8c67548b63698d768120749e /src/mm-iface-modem.h | |
parent | af89e63c35f38f1fc920614e132c14203ccc9f24 (diff) |
iface-modem: sim swap check always refers to the active SIM
Since 503e886c02 the events on inactive SIMs don't trigger a full
modem reprobe, and the slot index check is fully unused.
Diffstat (limited to 'src/mm-iface-modem.h')
-rw-r--r-- | src/mm-iface-modem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mm-iface-modem.h b/src/mm-iface-modem.h index 11b2a03c..f6e81f22 100644 --- a/src/mm-iface-modem.h +++ b/src/mm-iface-modem.h @@ -599,7 +599,6 @@ void mm_iface_modem_bind_simple_status (MMIfaceModem *self, /* Check if the SIM or eSIM profile has changed */ void mm_iface_modem_check_for_sim_swap (MMIfaceModem *self, - guint slot_index, const gchar *iccid, const gchar *imsi, GAsyncReadyCallback callback, |