Inlined the only usage of CompilerSpecialMode.isStubs().
This commit is contained in:
-4
@@ -27,8 +27,4 @@ public enum CompilerSpecialMode {
|
||||
IDEA,
|
||||
JS,
|
||||
;
|
||||
|
||||
public boolean isStubs() {
|
||||
return this == BUILTINS || this == JDK_HEADERS;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user