Call some functions in guile/ for effect
authorTom Tromey <tom@tromey.com>
Sun, 8 Jul 2018 18:16:20 +0000 (12:16 -0600)
committerTom Tromey <tom@tromey.com>
Sun, 22 Jul 2018 19:20:03 +0000 (13:20 -0600)
commitd5e9a511c4bbb25a7e6844169aa9e5b3fc7ef453
tree072a94ae9e38bca417d8e31aecd237f5fdbe184b
parent996d693a07973411897103a36e89bccee6c94479
Call some functions in guile/ for effect

This changes a couple of spots in guile/ to remove a variable
declaration but to still call a function for effect.

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

* guile/scm-cmd.c (gdbscm_dont_repeat): Call
cmdscm_get_valid_command_smob_arg_unsafe for effect.
* guile/scm-block.c (gdbscm_make_block_syms_iter): Call
bkscm_get_valid_block_smob_arg_unsafe for effect.
gdb/ChangeLog
gdb/guile/scm-block.c
gdb/guile/scm-cmd.c