[cmx] Remove vulkan-cts paths from allowlist

These have all been converted to cml.

Fixed: 103175
Change-Id: I173d0baa5a970595df430abfdaa6bd985ffb965a
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/694245
Reviewed-by: Shai Barack <shayba@google.com>
Commit-Queue: John Bauman <jbauman@google.com>
diff --git a/build/components/cmx/BUILD.gn b/build/components/cmx/BUILD.gn
index 3aaf5d8..990b06b 100644
--- a/build/components/cmx/BUILD.gn
+++ b/build/components/cmx/BUILD.gn
@@ -730,12 +730,4 @@
     "//zircon/third_party/ulib/lz4/test:lz4-decompress-fuzzer_component_manifest_compile",
     "//zircon/third_party/ulib/lz4/test:lz4-roundtrip-fuzzer_component_manifest_compile",
   ]
-
-  # Vulkan CTS. These directories are not in the default checkout, so they're
-  # listed separately to ensure they're not removed when the list is
-  # regenerated.  TODO(fxbug.dev/103175): Remove.
-  visibility += [
-    "//third_party/vulkan-cts/fuchsia:*",
-    "//third_party/vulkan-cts/fuchsia/split-cts:*",
-  ]
 }