mbim: remove unused modem data

Neither the Vendor nor Model strings are used by the mbim plugin.
This commit is contained in:
Jonas Bonn 2018-10-26 12:13:12 +02:00 committed by Denis Kenzior
parent 1e176755af
commit ab4460690d
1 changed files with 0 additions and 2 deletions

View File

@ -962,8 +962,6 @@ static gboolean setup_mbim(struct modem_info *modem)
ofono_modem_set_string(modem->modem, "Device", ctl);
ofono_modem_set_string(modem->modem, "NetworkInterface", net);
ofono_modem_set_string(modem->modem, "DescriptorFile", descriptors);
ofono_modem_set_string(modem->modem, "Vendor", modem->vendor);
ofono_modem_set_string(modem->modem, "Model", modem->model);
return TRUE;
}