From dccdffd70c96c7f499d1597850361c8d9d0d8a62 Mon Sep 17 00:00:00 2001 From: Googler Date: Sun, 28 Jan 2024 23:29:40 -0800 Subject: [PATCH] Automatic code cleanup. PiperOrigin-RevId: 602287426 Change-Id: I1f0e3297ce34ad2e92b6021cb54ac83cd4c7f7da --- .../build/lib/buildtool/util/BlazeRuntimeWrapper.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/test/java/com/google/devtools/build/lib/buildtool/util/BlazeRuntimeWrapper.java b/src/test/java/com/google/devtools/build/lib/buildtool/util/BlazeRuntimeWrapper.java index fc422ae52c7abc..c3735292b0461b 100644 --- a/src/test/java/com/google/devtools/build/lib/buildtool/util/BlazeRuntimeWrapper.java +++ b/src/test/java/com/google/devtools/build/lib/buildtool/util/BlazeRuntimeWrapper.java @@ -482,10 +482,6 @@ public BuildConfigurationValue getExecConfiguration() throws Exception { return execConfiguration; } - public ImmutableSet getTopLevelTargets() { - return topLevelTargets; - } - public List getCrashMessages() { return crashMessages; }