Browse Source

Remove dead code

pull/8/head
Daniel Martí 11 years ago
parent
commit
91fd3e6aac
  1. 7
      cmd/fdroidcl/main.go

7
cmd/fdroidcl/main.go

@ -80,13 +80,6 @@ func readConfig() error {
return nil
}
func mustOneRepo() *repo {
if len(config.Repos) != 1 {
log.Fatalf("Exactly one repo is needed")
}
return &config.Repos[0]
}
// A Command is an implementation of a go command
// like go build or go fix.
type Command struct {

Loading…
Cancel
Save