Remove unused targets

PiperOrigin-RevId: 223366523
diff --git a/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD b/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
index 1d73e48..b0edf11 100644
--- a/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
+++ b/src/TulsiGeneratorIntegrationTests/Resources/PlatformDependent.BUILD
@@ -21,7 +21,6 @@
     "ios_extension",
     "ios_unit_test",
     "ios_ui_test",
-    "ios_legacy_test",
 )
 load(
     "@build_bazel_rules_swift//swift:swift.bzl",
@@ -192,18 +191,3 @@
         ":XCUITestCode",
     ],
 )
-
-objc_library(
-    name = "LegacyTestsLib",
-    srcs = [
-        "LegacyTests/LegacyTests.m",
-    ],
-)
-
-ios_legacy_test(
-    name = "LegacyTests",
-    minimum_os_version = "10.0",
-    deps = [
-        ":LegacyTestsLib",
-    ],
-)