Skip to content

Commit 39aa415

Browse files
committed
Removes dead code
1 parent 7f24ce5 commit 39aa415

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/git/gitProviderService.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -412,13 +412,9 @@ export class GitProviderService implements Disposable {
412412
// // return this.container.vsls.readonly;
413413
// }
414414

415-
// get useCaching() {
416-
// return configuration.get('advanced.caching.enabled');
417-
// }
418-
419415
/**
420416
* Registers a {@link GitProvider}
421-
* @param id A unique indentifier for the provider
417+
* @param id A unique identifier for the provider
422418
* @param name A name for the provider
423419
* @param provider A provider for handling git operations
424420
* @returns A disposable to unregister the {@link GitProvider}

0 commit comments

Comments
 (0)