From c8716aebfc4e20c134cbbd8ac168539458e01856 Mon Sep 17 00:00:00 2001 From: chrisweir Date: Mon, 30 Mar 2020 13:12:30 -0700 Subject: [PATCH] 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 --- automotive/can/1.0/tools/configurator/canprototools.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/automotive/can/1.0/tools/configurator/canprototools.cpp b/automotive/can/1.0/tools/configurator/canprototools.cpp index e7e364222c..0a12bd6f21 100644 --- a/automotive/can/1.0/tools/configurator/canprototools.cpp +++ b/automotive/can/1.0/tools/configurator/canprototools.cpp @@ -96,7 +96,6 @@ std::optional 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: {