Don't call g_thread_init()

No longer required since glib 2.32.
This commit is contained in:
Nikolaus Rath 2017-06-06 11:03:14 -04:00
parent fe3ce10ff8
commit 5659d0d2ea
1 changed files with 0 additions and 1 deletions

View File

@ -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 */