Landing: 102692fa14ec
Project / Subsystem
binutils / libctf
Date
2026-05-02
Author
Alan Modra <amodra@sourceware.org>
Commit
102692fa14ecf2b578c1c69febab8124dbaaa3fe
Source
public_inbox
Perf win
No
Breaking
No
All attributes
- project
- binutils
- subsystem
- libctf
- patch_id
- —
- commit_hash
- 102692fa14ecf2b578c1c69febab8124dbaaa3fe
- source_type
- public_inbox
- headline
- Libctf: Remove unused variable initialized to itself
- tldr
- Removes an unused variable initialized to itself in libctf/ctf-link.c.
- author
- Alan Modra <amodra@sourceware.org>
- outcome
- committed
- performance_win
- false
- breaking_change
- false
- series_id
- —
- series_parts
- []
- tags
-
- • libctf
- • code cleanup
- discussion_id_link
- —
- bugzilla_pr
- —
- date
- 2026-05-02T00:00:00.000Z
This commit removes the unused variable name_ in ctf_link_shuffle_syms in libctf/ctf-link.c. This variable was initialized but never used, and removing it simplifies the code.