mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Removed unused String_getToken function
Since String_getToken is not used anymore and currently only supports a 50 char token, simply remove it for now.
This commit is contained in:
2
XUtils.h
2
XUtils.h
@ -54,8 +54,6 @@ char** String_split(const char* s, char sep, size_t* n);
|
||||
|
||||
void String_freeArray(char** s);
|
||||
|
||||
char* String_getToken(const char* line, unsigned short int numMatch) ATTR_MALLOC;
|
||||
|
||||
char* String_readLine(FILE* fd) ATTR_MALLOC;
|
||||
|
||||
/* Always null-terminates dest. Caller must pass a strictly positive size. */
|
||||
|
Reference in New Issue
Block a user