Delete obsolete comment after b/210473615

Bug: 210473615
Test: N/A
Change-Id: I44e6d3f40994ed15f950c212b2b84051147563f3
diff --git a/test/odsign/test-src/com/android/tests/odsign/CompOsTestUtils.java b/test/odsign/test-src/com/android/tests/odsign/CompOsTestUtils.java
index 3da79cd..60d7642 100644
--- a/test/odsign/test-src/com/android/tests/odsign/CompOsTestUtils.java
+++ b/test/odsign/test-src/com/android/tests/odsign/CompOsTestUtils.java
@@ -74,8 +74,6 @@
         // Sort by filename (second column) to make comparison easier.
         // Filter out compos.info* (which will be deleted at boot) and cache-info.xml
         // compos.info.signature since it's only generated by CompOS.
-        // TODO(b/210473615): Remove irrelevant APEXes (i.e. those aren't contributing to the
-        // classpaths, thus not in the VM) from cache-info.xml.
         return assertCommandSucceeds("cd " + path + "; find -type f -exec sha256sum {} \\;"
                 + "| grep -v cache-info.xml | grep -v compos.info"
                 + "| sort -k2");