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;
|
||||
}
|
||||
|
||||
private final Log log;
|
||||
private final Names names;
|
||||
|
||||
protected Keywords(Context context) {
|
||||
context.put(keywordsKey, this);
|
||||
log = Log.instance(context);
|
||||
names = Names.instance(context);
|
||||
|
||||
for (Token t : Token.values()) {
|
||||
|
Loading…
Reference in New Issue
Block a user