Remove completed TODO

TODO for serial number support should be removed now that the feature is
implemented and merged.

Bug: 142654031
Test: Manual - comment only change
Change-Id: Ib733e71840e82e5cd9c47825a53f804f9c296a3d
This commit is contained in:
chrisweir
2020-03-30 13:12:30 -07:00
parent ee08459e45
commit c8716aebfc

View File

@@ -96,7 +96,6 @@ std::optional<ICanController::BusConfig> fromPbBus(const Bus& pb_bus) {
if (!ifname.empty()) socketcan.ifname(ifname);
if (!serialno.empty()) socketcan.serialno({serialno.begin(), serialno.end()});
bus_cfg.interfaceId.socketcan(socketcan);
// TODO(b/142654031) - add support for serial number as an option instead of ifname.
break;
}
case Bus::kSlcan: {