summaryrefslogtreecommitdiff
path: root/pkcs11/xdg-store/gkm-xdg-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkcs11/xdg-store/gkm-xdg-standalone.c')
-rw-r--r--pkcs11/xdg-store/gkm-xdg-standalone.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkcs11/xdg-store/gkm-xdg-standalone.c b/pkcs11/xdg-store/gkm-xdg-standalone.c
index dc46dc25..dd1d3289 100644
--- a/pkcs11/xdg-store/gkm-xdg-standalone.c
+++ b/pkcs11/xdg-store/gkm-xdg-standalone.c
@@ -58,8 +58,6 @@ C_GetFunctionList (CK_FUNCTION_LIST_PTR_PTR list)
return CKR_ARGUMENTS_BAD;
g_type_init ();
- if (!g_thread_supported ())
- g_thread_init (NULL);
*list = gkm_xdg_store_get_functions ();
return CKR_OK;