From 37bd5f665aa614c6dc640c9d19852dd8d5efb0d8 Mon Sep 17 00:00:00 2001 From: felly Date: Tue, 14 Aug 2018 09:26:34 -0700 Subject: Automated rollback of commit 3bace1b937934fb2cea6260067ecc1cdbe526847. *** Reason for rollback *** b/112583337 RELNOTES: None *** Original change description *** Track Fileset in artifact expansion. PiperOrigin-RevId: 208658921 --- .../java/com/google/devtools/build/lib/actions/Artifact.java | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src/main/java/com/google/devtools/build/lib/actions/Artifact.java') diff --git a/src/main/java/com/google/devtools/build/lib/actions/Artifact.java b/src/main/java/com/google/devtools/build/lib/actions/Artifact.java index e48740b3a3..49dad3ff38 100644 --- a/src/main/java/com/google/devtools/build/lib/actions/Artifact.java +++ b/src/main/java/com/google/devtools/build/lib/actions/Artifact.java @@ -161,15 +161,6 @@ public class Artifact * Only aggregating middlemen and tree artifacts are expanded. */ void expand(Artifact artifact, Collection output); - - /** - * Retrieve the expansion of Filesets for the given artifact. - * - * @param artifact {@code artifact.isFileset()} must be true. - */ - default ImmutableList getFileset(Artifact artifact) { - throw new UnsupportedOperationException(); - } } public static final ImmutableList NO_ARTIFACTS = ImmutableList.of(); -- cgit v1.2.3