提交 8437de8e 编写于 作者: J jjg

6878147: Keywords.log is declared and initialized but unused

Reviewed-by: darcy
上级 58457f04
...@@ -51,12 +51,10 @@ public class Keywords { ...@@ -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()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册