diff options
author | Tsukasa OI <research_trasio@irq.a4lg.com> | 2022-09-24 09:25:57 +0000 |
---|---|---|
committer | Tsukasa OI <research_trasio@irq.a4lg.com> | 2022-09-30 04:00:53 +0000 |
commit | f3700471469ac0f395961e92892bc5d6e17ca177 (patch) | |
tree | b7a1624ed83e03b552288cd03f3fbc6e5015fe6d /gprofng/common/hwcdrv.c | |
parent | 511f4ff4d9bcaed1ed53ee64211d7c9f80f07fed (diff) | |
download | binutils-f3700471469ac0f395961e92892bc5d6e17ca177.zip binutils-f3700471469ac0f395961e92892bc5d6e17ca177.tar.gz binutils-f3700471469ac0f395961e92892bc5d6e17ca177.tar.bz2 |
gdb: Remove unused extra_lines variable
Clang generates a warning if there is a variable that is set but not used
otherwise ("-Wunused-but-set-variable"). On the default configuration, it
causes a build failure (unless "--disable-werror" is specified).
The only extra_lines use in arrange_linetable function is removed on the
commit 558802e4d1c5dcbd0df7d2c6ef62a6deac247a2f
("gdb: change subfile::line_vector to an std::vector"). So, this variable
should be removed to prevent a build failure.
Diffstat (limited to 'gprofng/common/hwcdrv.c')
0 files changed, 0 insertions, 0 deletions