Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7ae04193 authored by Chris Weir's avatar Chris Weir Committed by Android (Google) Code Review
Browse files

Merge "Remove completed TODO" into rvc-dev

parents 2ce146de c8716aeb
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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: {