aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolaus Rath <Nikolaus@rath.org>2017-06-06 11:03:14 -0400
committerNikolaus Rath <Nikolaus@rath.org>2017-06-06 11:03:14 -0400
commit5659d0d2eab6519c57f636410c27699cadd1ccc0 (patch)
tree0487d8eb01874cecd82ebb74b36409e60822a072
parentfe3ce10ff86a8ede842dc4a4f2c08b351a4257a3 (diff)
downloadsshfs-5659d0d2eab6519c57f636410c27699cadd1ccc0.tar
sshfs-5659d0d2eab6519c57f636410c27699cadd1ccc0.tar.gz
sshfs-5659d0d2eab6519c57f636410c27699cadd1ccc0.tar.bz2
sshfs-5659d0d2eab6519c57f636410c27699cadd1ccc0.zip
Don't call g_thread_init()
No longer required since glib 2.32.
-rw-r--r--sshfs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sshfs.c b/sshfs.c
index 7af8657..93aec3d 100644
--- a/sshfs.c
+++ b/sshfs.c
@@ -3871,7 +3871,6 @@ int main(int argc, char *argv[])
memset(sshfs_program_path, 0, PATH_MAX);
}
#endif /* __APPLE__ */
- g_thread_init(NULL);
sshfs.blksize = 4096;
/* SFTP spec says all servers should allow at least 32k I/O */