Remove unnecessary 1-line comment

This commit is contained in:
Jonathan Wong
2019-12-04 20:57:21 -08:00
parent aafeb75ef1
commit d04b4a2899

View File

@@ -19,7 +19,6 @@ func GetMerge3Runner(name string) *Merge3Runner {
RunE: r.runE,
}
fixDocs(name, c)
//r.Command = c
c.Flags().StringVar(&r.ancestor, "ancestor", "",
"Path to original package")
c.Flags().StringVar(&r.fromDir, "from", "",