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;
|
||||
}
|
||||
|
||||
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…
Add table
Add a link
Reference in a new issue