Make gdbpy_parameter static
authorTom Tromey <tom@tromey.com>
Thu, 9 Jun 2016 21:07:55 +0000 (15:07 -0600)
committerTom Tromey <tom@tromey.com>
Fri, 24 Jun 2016 02:44:48 +0000 (20:44 -0600)
commit0c72ed4ca21e7a9f78f19179584f3886bf463689
tree6b6a99a7bf6c320ec41879b12be10cc7bd591bdc
parent5153607fc679517c0f404807d2d821e547ed0207
Make gdbpy_parameter static

While working on the next patch in this series, I noticed that
gdbpy_parameter did not need to be exported.  This makes it "static".

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

* python/python.c (gdbpy_parameter): Now static.
* python/python-internal.h (gdbpy_parameter): Don't declare.
gdb/ChangeLog
gdb/python/python-internal.h
gdb/python/python.c