diff options
| author | Jeff Carr <[email protected]> | 2025-07-01 18:23:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-07-01 18:23:38 -0500 |
| commit | d2a0aa3098e48d32f41abf0a90340543775366d7 (patch) | |
| tree | 4bf550ac018ba21cdf1224c8160bd0df30c77417 /applyPatch.go | |
| parent | 47b7222445a382445e7a5d8ced74ebeec17810ec (diff) | |
more doFind() cleanups
Diffstat (limited to 'applyPatch.go')
| -rw-r--r-- | applyPatch.go | 2 |
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 { |
