mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-22 20:14:43 +02:00
6878147: Keywords.log is declared and initialized but unused
Reviewed-by: darcy
This commit is contained in:
parent
b796b9a5d2
commit
9f2d8827db
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue