Skip to content

Commit

Permalink
Drop unused constant Template#AUTOBOXING_DEFAULT
Browse files Browse the repository at this point in the history
Fixes #2997

COPYBARA_INTEGRATE_REVIEW=#2997 from PicnicSupermarket:rossendrijver/template_remove_unused_field 8c22b2d
PiperOrigin-RevId: 538598553
  • Loading branch information
rickie authored and Error Prone Team committed Jun 7, 2023
1 parent 0a8926e commit 35e6687
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@
public abstract class Template<M extends TemplateMatch> implements Serializable {
private static final Logger logger = Logger.getLogger(Template.class.toString());

public static final boolean AUTOBOXING_DEFAULT = true;

public abstract ImmutableClassToInstanceMap<Annotation> annotations();

public abstract ImmutableList<UTypeVar> templateTypeVariables();
Expand Down

0 comments on commit 35e6687

Please sign in to comment.