#656 remove unused calls
Merged by mikem. Opened by tkopecek.
tkopecek/koji unused-calls  into  master

Download 656.patch

Two calls whose return values have no use. If they are there for some checking, subsequent calls should make same service.

I think the intent here was to use parse_NVRA to detect when build seems to be an rpm name. There's no need to make the rpc call if it isn't. Perhaps just drop the nvra = part and add a comment explaining that the call is there to detect the correct format.

rebased onto 13c91ac04481ed0ffcf31b7765beda83ca34919a

Commit ff57765c fixes this pull-request

Pull-Request has been merged by mikem@redhat.com

Metadata