SCM - 💄 remove unused service (#200555)

This commit is contained in:
Ladislau Szomoru
2023-12-11 15:06:26 +01:00
committed by GitHub
parent d8910c5832
commit 5d6eac5b2d

View File

@@ -1424,7 +1424,6 @@ class RepositoryVisibilityActionController {
constructor(
@IContextKeyService private contextKeyService: IContextKeyService,
@ISCMViewService private readonly scmViewService: ISCMViewService,
@IConfigurationService configurationService: IConfigurationService,
@ISCMService scmService: ISCMService
) {
this.repositoryCountContextKey = ContextKeys.RepositoryCount.bindTo(contextKeyService);