diff options
Diffstat (limited to '')
-rw-r--r-- | agent/gpg-agent.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 624d2972c..afd864295 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -520,9 +520,6 @@ static void handle_connections (gnupg_fd_t listen_fd, static void check_own_socket (void); static int check_for_running_agent (int silent); -/* Pth wrapper function definitions. */ -ASSUAN_SYSTEM_NPTH_IMPL; - /* Functions. @@ -1053,7 +1050,6 @@ static void initialize_modules (void) { thread_init_once (); - assuan_set_system_hooks (ASSUAN_SYSTEM_NPTH); initialize_module_cache (); initialize_module_call_pinentry (); initialize_module_daemon (); @@ -1113,7 +1109,6 @@ main (int argc, char **argv) assuan_set_malloc_hooks (&malloc_hooks); assuan_set_gpg_err_source (GPG_ERR_SOURCE_DEFAULT); assuan_sock_init (); - assuan_sock_set_system_hooks (ASSUAN_SYSTEM_NPTH); setup_libassuan_logging (&opt.debug, NULL); setup_libgcrypt_logging (); |