summaryrefslogtreecommitdiff
path: root/protoc.go
diff options
context:
space:
mode:
Diffstat (limited to 'protoc.go')
-rw-r--r--protoc.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/protoc.go b/protoc.go
index acd6ad7..af7e0d1 100644
--- a/protoc.go
+++ b/protoc.go
@@ -9,7 +9,6 @@ import (
"strings"
"go.wit.com/lib/gui/shell"
- "go.wit.com/lib/protobuf/forgepb"
"go.wit.com/log"
)
@@ -31,11 +30,6 @@ func protocBuild(names map[string]string) error {
return err
}
- // have to figure out how to run protoc so initialize forge
- forge = forgepb.Init()
- // forge.ConfigPrintTable()
- os.Setenv("REPO_WORK_PATH", forge.GetGoSrc())
-
log.Info("")
if shell.Exists(names["protoc"]) {
log.Info("protoc file already created", names["protoc"])