summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/main.go b/main.go
index 3f6f73b..75f82ba 100644
--- a/main.go
+++ b/main.go
@@ -73,21 +73,6 @@ func main() {
badExit(fmt.Errorf("Base was nil. 'message %s {` did not exist", pf.Filebase))
}
- /*
- // prep the output file
- if !argv.DryRun {
- var err error
- fsort, err = os.OpenFile(pf.Filebase+".newsort.pb.go", os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0644)
- if err != nil {
- badExit(err)
- }
- defer fsort.Close()
-
- header(fsort, pf)
- pf.syncLock(fsort)
- }
- */
-
// if you have gotten here, at least the .proto buf file is OK
if argv.DryRun {
// show the protobuf of the protobuf. It's like Inception