diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-09-15 22:39:43 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-09-15 22:58:21 -0700 |
commit | 69850be47d1b629543a2c45e8dd254729c5676af (patch) | |
tree | 01fca47b8c54c62a627d1d97c8c33e05925ff4ed /Documentation/technical/api-sha1-array.txt | |
parent | 72f3196a2db0f58b24acd2f9369c7f97d0d770d5 (diff) | |
download | git-69850be47d1b629543a2c45e8dd254729c5676af.tar.gz |
sha1-array.c: mark a private file-scope symbol as static
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/api-sha1-array.txt')
-rw-r--r-- | Documentation/technical/api-sha1-array.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/technical/api-sha1-array.txt b/Documentation/technical/api-sha1-array.txt index 4a4bae8109..45d1c517cd 100644 --- a/Documentation/technical/api-sha1-array.txt +++ b/Documentation/technical/api-sha1-array.txt @@ -25,9 +25,6 @@ Functions the array (but note that some operations below may lose this ordering). -`sha1_array_sort`:: - Sort the elements in the array. - `sha1_array_lookup`:: Perform a binary search of the array for a specific sha1. If found, returns the offset (in number of elements) of the |