Browse Source

cmd/fdroidcl: remove commented out code

pull/21/head
Daniel Martí 9 years ago
parent
commit
39ad590d40
  1. 4
      cmd/fdroidcl/update.go

4
cmd/fdroidcl/update.go

@ -64,10 +64,6 @@ func (r *repo) loadIndex() (*fdroidcl.Index, error) {
if err != nil {
return nil, fmt.Errorf("could not stat index: %v", err)
}
//pubkey, err := hex.DecodeString(repoPubkey)
//if err != nil {
// return nil, fmt.Errorf("could not decode public key: %v", err)
//}
return fdroidcl.LoadIndexJar(f, stat.Size(), nil)
}

Loading…
Cancel
Save