aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2024-06-10 02:53:45 +0000
committerNIIBE Yutaka <[email protected]>2024-06-10 02:53:45 +0000
commit3d74618f26885fea2e588db6748e1eef48c48cf3 (patch)
tree7c0d19ab54ca36fef74ddf7bba86c3719f525b14
parentRemove deprecated functions from .def and .vers. (diff)
downloadlibassuan-3d74618f26885fea2e588db6748e1eef48c48cf3.tar.gz
libassuan-3d74618f26885fea2e588db6748e1eef48c48cf3.zip
w32: Remove _assuan_system_hooks.
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r--src/system-w32.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/system-w32.c b/src/system-w32.c
index 25c2df2..1d06cd6 100644
--- a/src/system-w32.c
+++ b/src/system-w32.c
@@ -663,22 +663,3 @@ __assuan_connect (assuan_context_t ctx, assuan_fd_t sock,
gpg_err_set_errno (_assuan_sock_wsa2errno (WSAGetLastError ()));
return res;
}
-
-
-/* The default system hooks for assuan contexts. */
-struct assuan_system_hooks _assuan_system_hooks =
- {
- 0,
- __assuan_usleep,
- __assuan_pipe,
- __assuan_close,
- __assuan_read,
- __assuan_write,
- __assuan_recvmsg,
- __assuan_sendmsg,
- __assuan_spawn,
- __assuan_waitpid,
- __assuan_socketpair,
- __assuan_socket,
- __assuan_connect
- };