summaryrefslogtreecommitdiff
path: root/pkcs11/secret-store/gkm-secret-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'pkcs11/secret-store/gkm-secret-standalone.c')
-rw-r--r--pkcs11/secret-store/gkm-secret-standalone.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkcs11/secret-store/gkm-secret-standalone.c b/pkcs11/secret-store/gkm-secret-standalone.c
index 56b54e6c..70924b9c 100644
--- a/pkcs11/secret-store/gkm-secret-standalone.c
+++ b/pkcs11/secret-store/gkm-secret-standalone.c
@@ -59,9 +59,6 @@ C_GetFunctionList (CK_FUNCTION_LIST_PTR_PTR list)
g_type_init ();
- if (!g_thread_supported ())
- g_thread_init (NULL);
-
gkm_crypto_initialize ();
*list = gkm_secret_store_get_functions ();