diff options
Diffstat (limited to 'src/string_utils.h')
-rw-r--r-- | src/string_utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/string_utils.h b/src/string_utils.h index d99e10e..74193a0 100644 --- a/src/string_utils.h +++ b/src/string_utils.h @@ -13,10 +13,6 @@ JALV_BEGIN_DECLS char* jalv_strdup(const char* str); -/// Return a newly allocated concatenation of two strings -char* -jalv_strjoin(const char* a, const char* b); - JALV_END_DECLS #endif // JALV_STRING_UTILS_H |