Browse Source

Delete unused code

content-update
Augusto 4 years ago committed by xpetit
parent
commit
066790ee48
  1. 5
      rc/rc.go

5
rc/rc.go

@ -103,11 +103,6 @@ func main() {
os.Exit(1)
}
if flag.NArg() < 1 {
fmt.Println("Not enough arguments: missing file")
os.Exit(1)
}
fmt.Println("Parsing:")
err := parseArgs(flag.Args(), allowBuiltin, casting)

Loading…
Cancel
Save