Change some remote.c globals to "static"
authorTom Tromey <tromey@adacore.com>
Wed, 1 May 2019 18:37:46 +0000 (12:37 -0600)
committerTom Tromey <tromey@adacore.com>
Wed, 8 May 2019 16:38:02 +0000 (10:38 -0600)
commit60fcc1c3d0d8f1e271b19210b1707b4aa589f273
tree0bb370181fe41adcbee89f65c598938dd08f8e27
parented2b7c1703246eef1ce6b393ced99fe267cbeb7b
Change some remote.c globals to "static"

I noticed a three globals in remote.c that could be static.  This
patch makes this change.

gdb/ChangeLog
2019-05-08  Tom Tromey  <tromey@adacore.com>

* remote.c (remote_hw_watchpoint_limit)
(remote_hw_watchpoint_length_limit, remote_hw_breakpoint_limit):
Now static.
gdb/ChangeLog
gdb/remote.c