]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/valarith.c
Remove old lint code
authorTom Tromey <tom@tromey.com>
Sun, 29 Jul 2018 21:23:51 +0000 (15:23 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 30 Jul 2018 14:29:47 +0000 (08:29 -0600)
commitdba7455e76f87abe81cc9e4e9b1f979c1da02846
treee7c272e7f1b5ab8c32fe07046e7c86652b90ad09
parenta05b9f5e1eb8f01eea23eff3902fa57f1f28a4e1
Remove old lint code

This removes dead code that, according to the comments, existed to
placate lint.  I don't think this has been relevant in a long time,
and certainly not since gdb switched to C++.

Tested by rebuilding.

ChangeLog
2018-07-30  Tom Tromey  <tom@tromey.com>

* cli/cli-decode.c (lookup_cmd): Remove lint code.
* value.c (unpack_long): Remove lint code.
* valops.c (value_ind): Remove lint code.
* valarith.c (value_x_binop, value_x_unop, value_equal)
(value_pos): Remove lint code.
gdb/ChangeLog
gdb/cli/cli-decode.c
gdb/valarith.c
gdb/valops.c
gdb/value.c