summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-13 01:31:15 -0500
committerJeff Carr <[email protected]>2025-09-13 01:31:15 -0500
commitce4af38e8b7f05a6d8b48bc957091de0b0b0a9e7 (patch)
treef0cb1da2b7ed858e6697045abbc9c091e20c398a /structs.go
parentd406ee5f214429f62a1f951780faababaabe451d (diff)
track changesv0.0.137
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/structs.go b/structs.go
index 470a843..08aa464 100644
--- a/structs.go
+++ b/structs.go
@@ -14,7 +14,6 @@ type Forge struct {
Repos *gitpb.Repos // the repo protobufs
Patchsets *Patchsets // patches that are in progress
configSave bool // if you need to save the config because things changed
- reposSave bool // if you need to save the repos file
hostname string // your hostname
rillX int // used for Rill()
rillY int // used for Rill()