string_list_longest_prefix(): remove function
[gitweb.git] / Documentation / technical / api-string-list.txt
index 94d7a2bd999ce5e8603f6d6639ba34d224c2bee5..618400d803b062e7c5d4d3421658045c933ee4fb 100644 (file)
@@ -75,14 +75,6 @@ Functions
        to be deleted.  Preserve the order of the items that are
        retained.
 
-`string_list_longest_prefix`::
-
-       Return the longest string within a string_list that is a
-       prefix (in the sense of prefixcmp()) of the specified string,
-       or NULL if no such prefix exists.  This function does not
-       require the string_list to be sorted (it does a linear
-       search).
-
 `print_string_list`::
 
        Dump a string_list to stdout, useful mainly for debugging purposes. It