mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-12-24 20:57:19 -08:00
enhance: remove code not needed to improve performance
This commit is contained in:
parent
f0649c95b5
commit
9a15ff59d4
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ namespace SourceGit.Models
|
||||||
var oldCount = unsolved.Count;
|
var oldCount = unsolved.Count;
|
||||||
|
|
||||||
commit.CanPushToUpstream = canPushCommits.Remove(commit.SHA);
|
commit.CanPushToUpstream = canPushCommits.Remove(commit.SHA);
|
||||||
commit.CanPullFromUpstream = !commit.CanPushToUpstream && canPullCommits.Remove(commit.SHA);
|
commit.CanPullFromUpstream = canPullCommits.Remove(commit.SHA);
|
||||||
|
|
||||||
// Update current y offset
|
// Update current y offset
|
||||||
offsetY += UNIT_HEIGHT;
|
offsetY += UNIT_HEIGHT;
|
||||||
|
|
Loading…
Reference in a new issue