Remove unused declaration from value.c
authorTom Tromey <tom@tromey.com>
Sun, 8 Jul 2018 18:18:19 +0000 (12:18 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 22 Jul 2018 19:20:05 +0000 (13:20 -0600)
commit8c8807f43924ec0f936b9bb59fd73d8fa4956e9e
tree772c4580eba5ba4a8f8e7ccf05a9d54de92299bd
parentc486b6106a31e442cba13c74a103aad8463bbd20
Remove unused declaration from value.c

This removes an unused declaration from value_fetch_lazy_bitfield.
Because it is not completely clear if the check_typedef call is needed
somewhere beneath this function, this is broken out into a separate
patch.

gdb/ChangeLog
2018-07-22  Tom Tromey  <tom@tromey.com>

* value.c (value_fetch_lazy_bitfield): Remove unused variable.
gdb/ChangeLog
gdb/value.c