[LL] avoid dbl service registration

This commit is contained in:
Anna Kozlova
2023-02-06 10:17:54 +01:00
committed by Space Team
parent c400a75407
commit a71a94add7
@@ -41,7 +41,6 @@ internal fun LLFirSession.registerIdeComponents(project: Project) {
register(IdeSessionComponents::class, IdeSessionComponents.create())
register(FirCachesFactory::class, FirThreadSafeCachesFactory)
register(SealedClassInheritorsProvider::class, project.createSealedInheritorsProvider())
register(SealedClassInheritorsProvider::class, project.createSealedInheritorsProvider())
register(FirExceptionHandler::class, LLFirExceptionHandler)
}