Merge "Remove TODO for service registration."
am: 6f1eed673b

Change-Id: I78fbecf63a23719fb7c10152bdd471ef4f92a9e9
diff --git a/transport/HidlLazyUtils.cpp b/transport/HidlLazyUtils.cpp
index 0656318..f1dd08b 100644
--- a/transport/HidlLazyUtils.cpp
+++ b/transport/HidlLazyUtils.cpp
@@ -90,7 +90,6 @@
     const sp<::android::hidl::base::V1_0::IBase>& service, const std::string& name) {
     static auto manager = hardware::defaultServiceManager1_2();
     LOG(INFO) << "Registering HAL: " << service->descriptor << " with name: " << name;
-    // TODO(b/118394906): Convert to service->registerAsService(name) when possible
     status_t res = android::hardware::details::registerAsServiceInternal(service, name);
     if (res == android::OK) {
         mClientCallback->incServiceCounter();