Options processing: remove redundant check
Bug: 172923994 Test: N/A Change-Id: I2b07c775f8e3cad78eb6992d3522bef3a9b701b8
This commit is contained in:
@@ -138,9 +138,7 @@ func main() {
|
|||||||
}
|
}
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
if len(flag.Args()) == 0 {
|
|
||||||
flag.Usage()
|
|
||||||
}
|
|
||||||
// Convert!
|
// Convert!
|
||||||
ok := true
|
ok := true
|
||||||
if *launcher != "" {
|
if *launcher != "" {
|
||||||
|
Reference in New Issue
Block a user