Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 128cfbe

Browse files
committed
Remove unused defaultOriginName field
1 parent bbc0504 commit 128cfbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.App/Services/GitClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ namespace GitHub.Services
1717
[PartCreationPolicy(CreationPolicy.Shared)]
1818
public class GitClient : IGitClient
1919
{
20-
const string defaultOriginName = "origin";
2120
static readonly ILogger log = LogManager.ForContext<GitClient>();
2221
readonly IGitService gitService;
2322
readonly PullOptions pullOptions;

0 commit comments

Comments
 (0)