aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules/test/TestActionContext.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules/test/TestActionContext.java')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/test/TestActionContext.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/test/TestActionContext.java b/src/main/java/com/google/devtools/build/lib/rules/test/TestActionContext.java
index 75cbc5bf79..68bf3cf9dd 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/test/TestActionContext.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/test/TestActionContext.java
@@ -34,11 +34,6 @@ public interface TestActionContext extends ActionContext {
ActionExecutionContext actionExecutionContext) throws ExecException, InterruptedException;
/**
- * String describing where the action will run.
- */
- String strategyLocality(TestRunnerAction action);
-
- /**
* Creates a cached test result.
*/
TestResult newCachedTestResult(Path execRoot, TestRunnerAction action, TestResultData cached)