summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/structs.go b/structs.go
index 8eb38c7..1f446d9 100644
--- a/structs.go
+++ b/structs.go
@@ -14,13 +14,7 @@ type Forge struct {
Repos *gitpb.Repos // the repo protobufs
Patchsets *Patchsets // patches that are in progress
hostname string // your hostname
- rillX int // used for Rill()
- rillY int // used for Rill()
goWork bool // means the user is currently using a go.work file
- // goSrc string // the path to go/src
- // forgeURL string // URL to use to forge.wit.com
- // configDir string // normally ~/.config/forge
- // patchDir string // where patches are stored
}
func (f *Forge) IsGoWork() bool {