Options processing: remove redundant check

Bug: 172923994
Test: N/A
Change-Id: I2b07c775f8e3cad78eb6992d3522bef3a9b701b8
This commit is contained in:
Sasha Smundak
2021-07-26 09:27:22 -07:00
parent f3e072a87e
commit b2ac859a69

View File

@@ -138,9 +138,7 @@ func main() {
}
os.Exit(0)
}
if len(flag.Args()) == 0 {
flag.Usage()
}
// Convert!
ok := true
if *launcher != "" {