utils str: remove unnecessary definitions.

the compiler would remove the code if nowhere uses the internal functions.
This commit is contained in:
Hermet Park 2023-08-05 11:52:41 +09:00 committed by Hermet Park
parent f0d8ab4274
commit 0f18e9026b

View file

@ -26,7 +26,6 @@
#include "tvgMath.h"
#include "tvgStr.h"
#if defined(THORVG_SVG_LOADER_SUPPORT) || defined(THORVG_LOTTIE_LOADER_SUPPORT)
/************************************************************************/
/* Internal Class Implementation */
@ -219,5 +218,3 @@ char* strDuplicate(const char *str, size_t n)
}
}
#endif