Skip to content

Commit

Permalink
Remove unused static member.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 423251342
  • Loading branch information
tjgq authored and copybara-github committed Jan 21, 2022
1 parent fb744c8 commit 77ebecc
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import com.google.common.base.Preconditions;
import com.google.common.collect.ImmutableCollection;
import com.google.common.collect.ImmutableList;
import com.google.devtools.build.lib.collect.nestedset.Depset;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
Expand All @@ -32,10 +31,6 @@

/** An struct-like Info (provider instance) for providers defined in Starlark. */
public final class StarlarkInfo extends StructImpl implements HasBinary {

// TODO(adonovan): move to sole use in js_common.provider(transpilation_mapping=...).
public static final Depset.ElementType TYPE = Depset.ElementType.of(StarlarkInfo.class);

private final Provider provider;

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

0 comments on commit 77ebecc

Please sign in to comment.