removed unused extract_last_token() and the required memrchr implementation
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user