[Rpm-maint] [rpm-software-management/rpm] Remove unused variable id in find-debuginfo.sh (#825)

Tom de Vries notifications at github.com
Mon Aug 26 09:44:22 UTC 2019


There's code setting variable id in scripts/find-debuginfo.sh, but there's no
subsequent use.  The only use of $id in the script is in do_file, where it is
a local variable.

The variable setting was introduced in commit 6b3b435fa "Add dwz debuginfo
compression support" in combination with a subsequent make_id_link using the
variable, but the make_id_link was removed in commit bbfe1f86b
"Add build-id links to rpm for all ELF files".

Remove the unused variable.
You can view, comment on, or merge this pull request online at:

  https://github.com/rpm-software-management/rpm/pull/825

-- Commit Summary --

  * Remove unused variable id in find-debuginfo.sh

-- File Changes --

    M scripts/find-debuginfo.sh (4)

-- Patch Links --

https://github.com/rpm-software-management/rpm/pull/825.patch
https://github.com/rpm-software-management/rpm/pull/825.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/825
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190826/8fd8880c/attachment.html>


More information about the Rpm-maint mailing list