Skip to content

Commit 77ebecc

Browse files
tjgqcopybara-github
authored andcommitted
Remove unused static member.
PiperOrigin-RevId: 423251342
1 parent fb744c8 commit 77ebecc

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/main/java/com/google/devtools/build/lib/packages/StarlarkInfo.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import com.google.common.base.Preconditions;
1919
import com.google.common.collect.ImmutableCollection;
2020
import com.google.common.collect.ImmutableList;
21-
import com.google.devtools.build.lib.collect.nestedset.Depset;
2221
import java.util.ArrayList;
2322
import java.util.Arrays;
2423
import java.util.List;
@@ -32,10 +31,6 @@
3231

3332
/** An struct-like Info (provider instance) for providers defined in Starlark. */
3433
public final class StarlarkInfo extends StructImpl implements HasBinary {
35-
36-
// TODO(adonovan): move to sole use in js_common.provider(transpilation_mapping=...).
37-
public static final Depset.ElementType TYPE = Depset.ElementType.of(StarlarkInfo.class);
38-
3934
private final Provider provider;
4035

4136
// For a n-element info, the table contains n key strings, sorted,

0 commit comments

Comments
 (0)