Skip to content
Commit f3700471 authored by Tsukasa OI's avatar Tsukasa OI
Browse files

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 558802e4
("gdb: change subfile::line_vector to an std::vector").  So, this variable
should be removed to prevent a build failure.
parent 511f4ff4
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment