stringDelete rm debugging call

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2023-10-16 12:14:26 -07:00
parent 118ab94f9a
commit 9e75a7a928
1 changed files with 0 additions and 1 deletions

View File

@ -148,7 +148,6 @@ stringDeleteCheck(const char *str);
inline void
stringDelete(const char *str)
{
stringDeleteCheck(str);
delete [] str;
}