8279528: Unused TypeEnter.diag after JDK-8205187
Reviewed-by: vromero
This commit is contained in:
parent
2f8a2fd077
commit
4aefd8b8b6
@ -109,7 +109,6 @@ public class TypeEnter implements Completer {
|
|||||||
private final Annotate annotate;
|
private final Annotate annotate;
|
||||||
private final TypeAnnotations typeAnnotations;
|
private final TypeAnnotations typeAnnotations;
|
||||||
private final Types types;
|
private final Types types;
|
||||||
private final JCDiagnostic.Factory diags;
|
|
||||||
private final DeferredLintHandler deferredLintHandler;
|
private final DeferredLintHandler deferredLintHandler;
|
||||||
private final Lint lint;
|
private final Lint lint;
|
||||||
private final TypeEnvs typeEnvs;
|
private final TypeEnvs typeEnvs;
|
||||||
@ -137,7 +136,6 @@ public class TypeEnter implements Completer {
|
|||||||
annotate = Annotate.instance(context);
|
annotate = Annotate.instance(context);
|
||||||
typeAnnotations = TypeAnnotations.instance(context);
|
typeAnnotations = TypeAnnotations.instance(context);
|
||||||
types = Types.instance(context);
|
types = Types.instance(context);
|
||||||
diags = JCDiagnostic.Factory.instance(context);
|
|
||||||
deferredLintHandler = DeferredLintHandler.instance(context);
|
deferredLintHandler = DeferredLintHandler.instance(context);
|
||||||
lint = Lint.instance(context);
|
lint = Lint.instance(context);
|
||||||
typeEnvs = TypeEnvs.instance(context);
|
typeEnvs = TypeEnvs.instance(context);
|
||||||
|
Loading…
Reference in New Issue
Block a user