removed unused extract_last_token() and the required memrchr implementation

This commit is contained in:
Martin Willi
2009-02-18 09:45:54 +00:00
parent 6ce32d8719
commit 2d887e8e08
5 changed files with 3 additions and 89 deletions
-5
View File
@@ -46,11 +46,6 @@ bool extract_token(chunk_t *token, const char termination, chunk_t *src);
*/
bool extract_token_str(chunk_t *token, const char *termination, chunk_t *src);
/**
* Extracts a token ending with the last occurrence of a given termination symbol
*/
bool extract_last_token(chunk_t *token, const char termination, chunk_t *src);
/**
* Fetches a new text line terminated by \n or \r\n
*/