diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/library.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/common/library.c b/common/library.c index e4512a1..71dd3b9 100644 --- a/common/library.c +++ b/common/library.c @@ -111,17 +111,13 @@ p11_message (const char* msg, void p11_message_quiet (void) { - p11_lock (); print_messages = false; - p11_unlock (); } void p11_message_loud (void) { - p11_lock (); print_messages = true; - p11_unlock (); } const char* |