提交 b0eb1d65 编写于 作者: J jjg

7030473: Remove dead field JCCompilationUnit.flags

Reviewed-by: dlsmith
上级 09d104ef
......@@ -436,7 +436,6 @@ public abstract class JCTree implements Tree, Cloneable, DiagnosticPosition {
public PackageSymbol packge;
public ImportScope namedImportScope;
public StarImportScope starImportScope;
public long flags;
public Position.LineMap lineMap = null;
public Map<JCTree, String> docComments = null;
public Map<JCTree, Integer> endPositions = null;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册