Skip to content

Commit

Permalink
Delete unused ExecGroupCollectionSubject.
Browse files Browse the repository at this point in the history
At no point is the ExecGroupCollection exposed to tests.

PiperOrigin-RevId: 525230929
Change-Id: I4dcb2c43a08f51cba667b501a404a3bd048ac44a
  • Loading branch information
katre authored and copybara-github committed Apr 18, 2023
1 parent 166a365 commit 0a10409
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ java_library(
name = "testing",
testonly = 1,
srcs = [
"ExecGroupCollectionSubject.java",
"ExecGroupSubject.java",
"ResolvedToolchainContextSubject.java",
"RuleClassSubject.java",
Expand All @@ -29,7 +28,6 @@ java_library(
],
deps = [
"//src/main/java/com/google/devtools/build/lib/analysis:config/toolchain_type_requirement",
"//src/main/java/com/google/devtools/build/lib/analysis:exec_group_collection",
"//src/main/java/com/google/devtools/build/lib/analysis:resolved_toolchain_context",
"//src/main/java/com/google/devtools/build/lib/analysis:toolchain_collection",
"//src/main/java/com/google/devtools/build/lib/analysis:toolchain_context",
Expand Down

This file was deleted.

0 comments on commit 0a10409

Please sign in to comment.