@1.2::IServiceManager: remove 'removeService' todo am: 9de39ac984 am: 05aeb494b2
am: 63de86159c

Change-Id: I5dee45de3be6548d4c8464758a95a9ddb8371a5f
diff --git a/transport/manager/1.2/IServiceManager.hal b/transport/manager/1.2/IServiceManager.hal
index 6305da9..1ef4ed8 100644
--- a/transport/manager/1.2/IServiceManager.hal
+++ b/transport/manager/1.2/IServiceManager.hal
@@ -21,9 +21,8 @@
 interface IServiceManager extends @1.1::IServiceManager {
     // TODO(b/66921961): additional functionality for the next release:
     // - Better notifications (onRegistration will contain the interface)
-    // - Remove service (for b/64678982, lazy HALs)
     // - Callbacks to support lazy hal shutdown when there are no clients (b/79983843)
     // - Method to list interfaces in the manifest (for b/76108617, since if they are
     //     lazy, they will no longer show up in listByInterface)
     // - Register w/o it having to call interface chain (b/36424585)
-};
\ No newline at end of file
+};