6878147: Keywords.log is declared and initialized but unused
Reviewed-by: darcy
This commit is contained in:
parent
b796b9a5d2
commit
9f2d8827db
@ -51,12 +51,10 @@ public class Keywords {
|
|||||||
return instance;
|
return instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
private final Log log;
|
|
||||||
private final Names names;
|
private final Names names;
|
||||||
|
|
||||||
protected Keywords(Context context) {
|
protected Keywords(Context context) {
|
||||||
context.put(keywordsKey, this);
|
context.put(keywordsKey, this);
|
||||||
log = Log.instance(context);
|
|
||||||
names = Names.instance(context);
|
names = Names.instance(context);
|
||||||
|
|
||||||
for (Token t : Token.values()) {
|
for (Token t : Token.values()) {
|
||||||
|
Loading…
Reference in New Issue
Block a user