From 69850be47d1b629543a2c45e8dd254729c5676af Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sat, 15 Sep 2012 22:39:43 -0700 Subject: sha1-array.c: mark a private file-scope symbol as static Signed-off-by: Junio C Hamano --- Documentation/technical/api-sha1-array.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'Documentation/technical') 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 -- cgit v1.2.3