]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/completion: make completion_find_completion_word static
authorAndrew Burgess <aburgess@redhat.com>
Tue, 13 Feb 2024 12:19:00 +0000 (12:19 +0000)
committerAndrew Burgess <aburgess@redhat.com>
Mon, 25 Mar 2024 17:47:44 +0000 (17:47 +0000)
commit10c58fd8df4b3cbdadd536fbccb39ed111c594c2
tree97fb1d66ad6783cdc4a9f30b0c0c753483e313ee
parentc66e8e5c8d2a0bf68d9af65f3e4823eb01862f56
gdb/completion: make completion_find_completion_word static

I noticed that completion_find_completion_word is only used within
completer.c, so lets make it static.

There should be no user visible changes after this commit.
gdb/completer.c
gdb/completer.h