aboutsummaryrefslogtreecommitdiffstats
path: root/src/assuan-socket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/assuan-socket.c')
-rw-r--r--src/assuan-socket.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/assuan-socket.c b/src/assuan-socket.c
index 8e757b9..54cd8a7 100644
--- a/src/assuan-socket.c
+++ b/src/assuan-socket.c
@@ -1589,10 +1589,3 @@ assuan_sock_check_nonce (assuan_fd_t fd, assuan_sock_nonce_t *nonce)
{
return _assuan_sock_check_nonce (sock_ctx, fd, nonce);
}
-
-void
-assuan_sock_set_system_hooks (assuan_system_hooks_t system_hooks)
-{
- if (sock_ctx)
- _assuan_system_hooks_copy (&sock_ctx->system, system_hooks);
-}