aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2016-07-28 16:22:16 -0700
committerGitHub <noreply@github.com>2016-07-28 16:22:16 -0700
commite5acfce8eda218d34fa5ded13571f904efa70727 (patch)
tree9bdf1f7c14309b0a6522b4eea352a7766c35c46c
parentc63acf3dd7fd2509b71a70d85b5a6813cc9ab627 (diff)
parente178150a7225957a328992b39030bb3973b04463 (diff)
downloadsshfs-e5acfce8eda218d34fa5ded13571f904efa70727.tar
sshfs-e5acfce8eda218d34fa5ded13571f904efa70727.tar.gz
sshfs-e5acfce8eda218d34fa5ded13571f904efa70727.tar.bz2
sshfs-e5acfce8eda218d34fa5ded13571f904efa70727.zip
Merge pull request #27 from benesch/master
Remove call to g_slice_set_config()
-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);