This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug python/19819] useless code in py-xmethod.c


https://sourceware.org/bugzilla/show_bug.cgi?id=19819

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <tromey@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4dee35314b3bae66125faf69e1d2949ff7b00b49

commit 4dee35314b3bae66125faf69e1d2949ff7b00b49
Author: Tom Tromey <tom@tromey.com>
Date:   Thu Jun 9 10:43:01 2016 -0600

    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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]