summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/structs.go b/structs.go
index 311cba3..50c1c9b 100644
--- a/structs.go
+++ b/structs.go
@@ -26,8 +26,9 @@ type mainType struct {
// move these to mainType
var failed map[*gitpb.Repo]string
-var state map[*gitpb.Repo]string
-var debnames map[*gitpb.Repo]string
+
+// var state map[*gitpb.Repo]string
+// var debnames map[*gitpb.Repo]string
func initForge() {
if me.forge == nil {
@@ -48,8 +49,8 @@ func initMain() {
me.auto = prep.Bash3(&argv) // add support for bash autocomplete with go-arg
failed = make(map[*gitpb.Repo]string)
- state = make(map[*gitpb.Repo]string)
- debnames = make(map[*gitpb.Repo]string)
+ // state = make(map[*gitpb.Repo]string)
+ // debnames = make(map[*gitpb.Repo]string)
me.homedir, _ = os.UserHomeDir()
dumpDebug()