diff options
author | David Robillard <d@drobilla.net> | 2024-11-25 19:54:46 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2024-12-02 19:24:57 -0500 |
commit | 15001976b55519d299341a79431aea2bf2aafdb3 (patch) | |
tree | e1e58d3c3e99325894be880c14718a4685cb3639 /src/string_utils.h | |
parent | 2de7788dcff3de47b6c60da2d40ff9bce72b5774 (diff) | |
download | jalv-15001976b55519d299341a79431aea2bf2aafdb3.tar.gz jalv-15001976b55519d299341a79431aea2bf2aafdb3.tar.bz2 jalv-15001976b55519d299341a79431aea2bf2aafdb3.zip |
Replace jalv_strjoin() with use of zix_path_join()
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 |