Commit 4aefd8b 1 parent 2f8a2fd commit 4aefd8b Copy full SHA for 4aefd8b
File tree 1 file changed +0
-2
lines changed
src/jdk.compiler/share/classes/com/sun/tools/javac/comp
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,6 @@ public class TypeEnter implements Completer {
109
109
private final Annotate annotate ;
110
110
private final TypeAnnotations typeAnnotations ;
111
111
private final Types types ;
112
- private final JCDiagnostic .Factory diags ;
113
112
private final DeferredLintHandler deferredLintHandler ;
114
113
private final Lint lint ;
115
114
private final TypeEnvs typeEnvs ;
@@ -137,7 +136,6 @@ protected TypeEnter(Context context) {
137
136
annotate = Annotate .instance (context );
138
137
typeAnnotations = TypeAnnotations .instance (context );
139
138
types = Types .instance (context );
140
- diags = JCDiagnostic .Factory .instance (context );
141
139
deferredLintHandler = DeferredLintHandler .instance (context );
142
140
lint = Lint .instance (context );
143
141
typeEnvs = TypeEnvs .instance (context );
You can’t perform that action at this time.
0 commit comments