aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sshfs.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sshfs.c b/sshfs.c
index ce38925..77f3dbf 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -3949,9 +3949,6 @@ int main(int argc, char *argv[])
if (!realpath(*exec_path, sshfs_program_path)) {
memset(sshfs_program_path, 0, PATH_MAX);
}
-
- /* Until this gets fixed somewhere else. */
- g_slice_set_config(G_SLICE_CONFIG_ALWAYS_MALLOC, TRUE);
#endif /* __APPLE__ */
g_thread_init(NULL);