Inlined method.

This commit is contained in:
Evgeny Gerashchenko
2013-10-30 12:10:30 +04:00
parent b783175fb4
commit 005b59e783
3 changed files with 11 additions and 18 deletions
@@ -227,12 +227,6 @@ public class KotlinBuiltIns {
return builtInsModule.getPackageFragmentProvider().getPackageFragments(BUILT_INS_PACKAGE_FQ_NAME).get(0);
}
// TODO 1 inline
@NotNull
public FqName getBuiltInsPackageFqName() {
return BUILT_INS_PACKAGE_FQ_NAME;
}
@Deprecated
@NotNull
public JetScope getBuiltInsScope() { // TODO 1 scope?