diff options
author | Jeff King <peff@peff.net> | 2017-07-13 11:02:52 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-07-13 12:42:51 -0700 |
commit | aa8a5d144da4e4ec43580831ff4a741538d21db4 (patch) | |
tree | f80ac675f685cc75362a934212ac904b96bf870c /git-gui/lib/browser.tcl | |
parent | 18a2565016d45538345a06cd9b912040b5581fc1 (diff) | |
download | git-aa8a5d144da4e4ec43580831ff4a741538d21db4.tar.gz git-aa8a5d144da4e4ec43580831ff4a741538d21db4.tar.xz |
ref-filter: make parse_ref_filter_atom a private function
The parse_ref_filter_atom() function really shouldn't be
exposed outside of ref-filter.c; its return value is an
integer index into an array that is private in that file.
Since the previous commit removed the sole external caller
(and replaced it with a public function at a more
appropriately level), we can just make this static.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-gui/lib/browser.tcl')
0 files changed, 0 insertions, 0 deletions