summaryrefslogtreecommitdiff
path: root/applyPatch.go
diff options
context:
space:
mode:
Diffstat (limited to 'applyPatch.go')
-rw-r--r--applyPatch.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/applyPatch.go b/applyPatch.go
index 8b05b18..bc40ae3 100644
--- a/applyPatch.go
+++ b/applyPatch.go
@@ -48,8 +48,6 @@ func savePatchset(pset *forgepb.Patchset) error {
// re-run git CheckDirty() on everything
func IsAnythingDirty() bool {
- me.found = new(gitpb.Repos)
- findAll() // select all the repos
doCheckDirtyAndConfigSave()
found := findDirty()
if found.Len() == 0 {