Inlined the only usage of CompilerSpecialMode.isStubs().

This commit is contained in:
Evgeny Gerashchenko
2012-07-05 15:07:21 +04:00
parent 6e7d08b478
commit aef2c372e1
2 changed files with 2 additions and 5 deletions
@@ -27,8 +27,4 @@ public enum CompilerSpecialMode {
IDEA,
JS,
;
public boolean isStubs() {
return this == BUILTINS || this == JDK_HEADERS;
}
}