From ca7b0a931ff91f52f8cb68bd4483ac4a924acae4 Mon Sep 17 00:00:00 2001 From: Augusto Date: Sat, 4 Apr 2020 16:59:42 +0100 Subject: [PATCH] Delete unused code --- go/tests/rc/rc.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/go/tests/rc/rc.go b/go/tests/rc/rc.go index 772338b9d..cbb0d4c30 100644 --- a/go/tests/rc/rc.go +++ b/go/tests/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)