[PATCH v3] libctf: Remove unused variable initialized to itself
Project / Subsystem
binutils / libctf
Date
2021-09-27
Proposer
Michael Forney <mforney@mforney.org>
Source type
public_inbox
Consensus
Proposed
Sentiment
—/10
Technical tradeoffs
- • Minimal risk; removes unused variable.
All attributes
- project
- binutils
- subsystem
- libctf
- patch_id
- —
- discussion_id
- ee0f1058281360d0a7dc874b13c0c7a8.mforney@mforney.org
- source_type
- public_inbox
- title
- [PATCH v3] libctf: Remove unused variable initialized to itself
- headline
- libctf: Remove unused variable initialized to itself
- tldr
- Removes an unused variable in libctf that was initialized to itself.
- proposer
- Michael Forney <mforney@mforney.org>
- consensus
- Proposed
- outcome
- stalled
- sentiment_score
- —
- technical_tradeoffs
-
- • Minimal risk; removes unused variable.
- series_id
- —
- series_role
- standalone
- series_parts
- []
- tags
-
- • libctf
- • dead code
- • cleanup
- bugzilla_url
- —
- date
- 2021-09-27T00:00:00.000Z
[PATCH v3] libctf: Remove unused variable initialized to itself
This patch removes an unused variable name_ from ctf-link.c in the libctf library. The variable was initialized but never used, and this change has been rebased on the latest master branch. The original commit was approved four years ago but never applied.