From a133ffd8295302ea5fb0ba6f609e811adc7d1d9d Mon Sep 17 00:00:00 2001 From: Tobias Stoeckmann Date: Tue, 11 Jan 2022 21:34:47 +0100 Subject: 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. --- XUtils.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'XUtils.h') diff --git a/XUtils.h b/XUtils.h index eeb214d1..6c096df4 100644 --- a/XUtils.h +++ b/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. */ -- cgit v1.2.3