Skip to content

Commit 8bf9925

Browse files
committed
Removes unused parameter
1 parent a04c707 commit 8bf9925

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/env/node/git/localGitProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2302,7 +2302,6 @@ export class LocalGitProvider implements GitProvider, Disposable {
23022302
repoPath: string,
23032303
asWebviewUri: (uri: Uri) => Uri,
23042304
options?: {
2305-
branch?: string;
23062305
include?: { stats?: boolean };
23072306
limit?: number;
23082307
ref?: string;

src/git/gitProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ export interface GitProvider extends Disposable {
285285
repoPath: string,
286286
asWebviewUri: (uri: Uri) => Uri,
287287
options?: {
288-
branch?: string;
289288
include?: { stats?: boolean };
290289
limit?: number;
291290
ref?: string;

src/git/gitProviderService.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1753,7 +1753,6 @@ export class GitProviderService implements Disposable {
17531753
repoPath: string | Uri,
17541754
asWebviewUri: (uri: Uri) => Uri,
17551755
options?: {
1756-
branch?: string;
17571756
include?: { stats?: boolean };
17581757
limit?: number;
17591758
ref?: string;

src/plus/integrations/providers/github/githubGitProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1280,7 +1280,6 @@ export class GitHubGitProvider implements GitProvider, Disposable {
12801280
repoPath: string,
12811281
asWebviewUri: (uri: Uri) => Uri,
12821282
options?: {
1283-
branch?: string;
12841283
include?: { stats?: boolean };
12851284
limit?: number;
12861285
ref?: string;

0 commit comments

Comments
 (0)