Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 2e26005

Browse files
Removing some old code
1 parent 58a4a73 commit 2e26005

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/GitHub.Api/Git/TreeData.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ public GitBranchTreeData(GitBranch gitBranch)
2222

2323
public string Path => GitBranch.Name;
2424
public bool IsActive => GitBranch.IsActive;
25-
26-
public string CustomStringTag => null;
27-
28-
public int CustomIntTag => 0;
2925
}
3026

3127
[Serializable]
@@ -44,8 +40,6 @@ public GitStatusEntryTreeData(GitStatusEntry gitStatusEntry)
4440
public bool IsActive => false;
4541
public GitStatusEntry GitStatusEntry => gitStatusEntry;
4642

47-
public string ProjectPath => gitStatusEntry.ProjectPath;
48-
4943
public GitFileStatus FileStatus => gitStatusEntry.Status;
5044
}
5145
}

0 commit comments

Comments
 (0)