diff options
author | Tom Tromey <tom@tromey.com> | 2018-09-14 06:57:05 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-09-14 07:11:50 -0600 |
commit | b4b08fa2aa25f245c77921ad2405c15d30e421ed (patch) | |
tree | cad0ec90effe59ce27b927f314080800dd9e669f /gold/expression.cc | |
parent | fe75f42ee15944a0d14d3d42b242676fc2417352 (diff) | |
download | gdb-b4b08fa2aa25f245c77921ad2405c15d30e421ed.zip gdb-b4b08fa2aa25f245c77921ad2405c15d30e421ed.tar.gz gdb-b4b08fa2aa25f245c77921ad2405c15d30e421ed.tar.bz2 |
Remove an unnecessary block in call_function_by_hand_dummy
I noticed that call_function_by_hand_dummy has a block that only
exists to declare a variable, like:
{
int i;
for (i = ...0)
...
}
This patch removes the unnecessary and the extra indentation by moving
the declaration into the "for".
gdb/ChangeLog
2018-09-14 Tom Tromey <tom@tromey.com>
* infcall.c (call_function_by_hand_dummy): Remove unnecessary
block.
Diffstat (limited to 'gold/expression.cc')
0 files changed, 0 insertions, 0 deletions