diff options
Diffstat (limited to 'macos.c')
-rw-r--r-- | macos.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -56,8 +56,6 @@ static const char *system_default_path_append(const char *append) memset(buffer, 0, len); strcat(buffer, home); strcat(buffer, path); - // make sure this path exists - subsurface_mkdir(buffer); if (append) { strcat(buffer, "/"); strcat(buffer, append); |