summaryrefslogtreecommitdiff
path: root/protoc.go
diff options
context:
space:
mode:
Diffstat (limited to 'protoc.go')
-rw-r--r--protoc.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/protoc.go b/protoc.go
index a390abd..f8297bc 100644
--- a/protoc.go
+++ b/protoc.go
@@ -86,18 +86,6 @@ func (pb *Files) protocBuild(f *File) error {
}
}
}
- /*
- start := "type " + names["Bases"] + " struct {"
- if strings.HasSuffix(line, start) {
- found = true
- log.Info("FOUND line:", line)
- fmt.Fprintln(w, line)
- fmt.Fprintln(w, "\tsync.RWMutex // auto-added by go.wit.com/apps/autogenpb")
- fmt.Fprintln(w, "")
- } else {
- fmt.Fprintln(w, line)
- }
- */
}
cmd = append(cmd, f.Filename)