mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
utils str: remove unnecessary definitions.
the compiler would remove the code if nowhere uses the internal functions.
This commit is contained in:
parent
f0d8ab4274
commit
0f18e9026b
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue