aboutsummaryrefslogtreecommitdiff
path: root/gold/expression.cc
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-09-14 06:57:05 -0600
committerTom Tromey <tom@tromey.com>2018-09-14 07:11:50 -0600
commitb4b08fa2aa25f245c77921ad2405c15d30e421ed (patch)
treecad0ec90effe59ce27b927f314080800dd9e669f /gold/expression.cc
parentfe75f42ee15944a0d14d3d42b242676fc2417352 (diff)
downloadgdb-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