PR python/19819 - remove unused globals from py-xmethods.c
authorTom Tromey <tom@tromey.com>
Thu, 9 Jun 2016 16:43:01 +0000 (10:43 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 9 Jun 2016 20:29:21 +0000 (14:29 -0600)
commit4dee35314b3bae66125faf69e1d2949ff7b00b49
tree22db9622b2f2f341b01d02d6c1b6b69fa5885aa4
parenta080d84da0051128a7ec12c0fa87696589bcbeb7
PR python/19819 - remove unused globals from py-xmethods.c

PR python/19819 concerns some unused global variables in
py-xmethods.c.  This patch deletes the unused globals.

Tested by rebuilding.

2016-06-09  Tom Tromey  <tom@tromey.com>

PR python/19819:
* python/py-xmethods.c (invoke_method_name)
(py_get_result_type_method_name, py_invoke_method_name): Remove.
(gdbpy_initialize_xmethods): Don't initialize
py_invoke_method_name, py_get_result_type_method_name.
gdb/ChangeLog
gdb/python/py-xmethods.c