diff options
Diffstat (limited to 'protoParse.go')
| -rw-r--r-- | protoParse.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/protoParse.go b/protoParse.go index 8c36e57..31e2f6d 100644 --- a/protoParse.go +++ b/protoParse.go @@ -120,16 +120,6 @@ func (pb *Files) protoParse(f *File) error { // don't sort anything (don't make foo.sort.pb.go) argv.NoSort = true } - if strings.Contains(line, "autogenpb:mutex") { - // try the mutex hack - argv.Mutex = true - } - if strings.Contains(line, "autogenpb:gover:") { - // todo: parse the output here - parts := strings.Split(line, "autogenpb:gover:") - log.Info("found gover:", parts[1]) - argv.Mutex = true - } } return nil } |
