Make infpy_thread_from_thread_handle static
authorTom Tromey <tom@tromey.com>
Thu, 13 Sep 2018 22:23:52 +0000 (16:23 -0600)
committerTom Tromey <tom@tromey.com>
Thu, 13 Sep 2018 22:23:52 +0000 (16:23 -0600)
commit7d2215128b84d9dec4a264021427343d895fdc6d
tree3de1fc79da8ab53f7e076e01c071144953aa4ab5
parent97e67fc62045723db7af6d323ce9c428666ab6f5
Make infpy_thread_from_thread_handle static

I noticed that infpy_thread_from_thread_handle is not static, but
should be.  This patch changes it.

gdb/ChangeLog
2018-09-13  Tom Tromey  <tom@tromey.com>

* python/py-inferior.c (infpy_thread_from_thread_handle): Now
static.
gdb/ChangeLog
gdb/python/py-inferior.c