FIR IDE: remove invalid comments from FirIdeSessionFactory

This commit is contained in:
Ilya Kirillov
2020-09-04 11:11:51 +03:00
parent 4045c8fbf4
commit ab897752de
@@ -40,9 +40,6 @@ import org.jetbrains.kotlin.load.kotlin.VirtualFileFinderFactory
@OptIn(PrivateSessionConstructor::class, SessionConfiguration::class)
internal object FirIdeSessionFactory {
/**
* Should be invoked only under a [moduleInfo]-based lock
*/
fun createSourcesSession(
project: Project,
moduleInfo: ModuleSourceInfo,
@@ -97,9 +94,6 @@ internal object FirIdeSessionFactory {
}
}
/**
* Should be invoked only under a [moduleInfo]-based lock
*/
fun createLibrarySession(
moduleInfo: ModuleSourceInfo,
sessionProvider: FirIdeSessionProvider,