Преглед изворни кода

Removes unused method

main
Eric Amodio пре 2 година
родитељ
комит
be47260a62
1 измењених фајлова са 0 додато и 6 уклоњено
  1. +0
    -6
      src/git/gitProviderService.ts

+ 0
- 6
src/git/gitProviderService.ts Прегледај датотеку

@ -273,12 +273,6 @@ export class GitProviderService implements Disposable {
// return this.container.config.advanced.caching.enabled;
// }
getCachedRepository(repoPath: string): Repository | undefined {
return repoPath && this._repositories.count !== 0
? this._repositories.getClosest(Uri.file(repoPath))
: undefined;
}
/**
* Registers a {@link GitProvider}
* @param id A unique indentifier for the provider

Loading…
Откажи
Сачувај