elf/dl-lookup.c: Remove obsolete comment about nested function
commitf6488e2b7f13529cde762d02a0352071c078ff9a
authorWill Newton <will.newton@linaro.org>
Wed, 2 Apr 2014 14:23:16 +0000 (2 15:23 +0100)
committerWill Newton <will.newton@linaro.org>
Thu, 3 Apr 2014 08:58:30 +0000 (3 09:58 +0100)
tree2add2f2d889e4b74426243d0befe7c443d1cd253
parenta84e78c8b3c4de94b488fdc5321f71feeb99358f
elf/dl-lookup.c: Remove obsolete comment about nested function

The nested function referred to has gone away so remove the
comment. Also move the variable declaration down to where other
variables of a similar lifetime are declared for clarity.

2014-04-03  Will Newton  <will.newton@linaro.org>

* elf/dl-lookup.c (do_lookup_x): Remove comment
referring to nested function and move variable
declarations down to before first use.
ChangeLog
elf/dl-lookup.c