solib-target: Remove local variables
authorSimon Marchi <simon.marchi@ericsson.com>
Tue, 2 May 2017 18:25:43 +0000 (14:25 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Tue, 2 May 2017 18:25:43 +0000 (14:25 -0400)
commitd17f7b365cf3896b3129b9077d55b3154fc43131
tree68146eecf2cce5d3204e44993bfe24a7cfccb1e6
parentb560ebd6605503276e09b2ef75c94e1d10f176f2
solib-target: Remove local variables

Now that we use std::vector, these local variables are not very useful.
They're not much shorter than the expressions they stand for.

gdb/ChangeLog:

* solib-target.c (solib_target_relocate_section_addresses):
Remove num_section_bases, num_bases, segment_bases variables.
gdb/ChangeLog
gdb/solib-target.c
This page took 0.03886 seconds and 4 git commands to generate.