]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
[gdb/Python] Eliminate find_inferior_object
authorPedro Alves <palves@redhat.com>
Mon, 17 Sep 2018 18:46:40 +0000 (19:46 +0100)
committerPedro Alves <palves@redhat.com>
Mon, 17 Sep 2018 18:46:40 +0000 (19:46 +0100)
commitd35da542a7a7f62b909cef636f69c9da928e7d9b
tree01f118ad1c38e7922d4490e4364439670aa01f8e
parent4e2b18982ade10897e62590896a1dec496269877
[gdb/Python] Eliminate find_inferior_object

Commit 00431a78b28f ("Use thread_info and inferior pointers more
throughout") removed the declaration of find_inferior_object, but
missed removing the definition.

gdb/ChangeLog:
2018-09-17  Pedro Alves  <palves@redhat.com>

* python/py-inferior.c (find_inferior_object): Delete.
gdb/ChangeLog
gdb/python/py-inferior.c