summaryrefslogtreecommitdiff
path: root/applyPatch.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-07-01 18:23:38 -0500
committerJeff Carr <[email protected]>2025-07-01 18:23:38 -0500
commitd2a0aa3098e48d32f41abf0a90340543775366d7 (patch)
tree4bf550ac018ba21cdf1224c8160bd0df30c77417 /applyPatch.go
parent47b7222445a382445e7a5d8ced74ebeec17810ec (diff)
more doFind() cleanups
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 {