summaryrefslogtreecommitdiff
path: root/lib/system/threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system/threads.c')
-rw-r--r--lib/system/threads.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/system/threads.c b/lib/system/threads.c
index 89b5959ee6..a98cd968c3 100644
--- a/lib/system/threads.c
+++ b/lib/system/threads.c
@@ -84,4 +84,3 @@ mutex_init_func gnutls_mutex_init = gnutls_system_mutex_init;
mutex_deinit_func gnutls_mutex_deinit = gnutls_system_mutex_deinit;
mutex_lock_func gnutls_mutex_lock = gnutls_system_mutex_lock;
mutex_unlock_func gnutls_mutex_unlock = gnutls_system_mutex_unlock;
-