summaryrefslogtreecommitdiff
path: root/src/system-w32.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/system-w32.c')
-rw-r--r--src/system-w32.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/system-w32.c b/src/system-w32.c
index 08b93e2..c49d485 100644
--- a/src/system-w32.c
+++ b/src/system-w32.c
@@ -403,16 +403,6 @@ build_w32_commandline (assuan_context_t ctx, const char * const *argv,
}
-static assuan_fd_t
-assuan_fd_from_posix_fd (int fd)
-{
- if (fd < 0)
- return ASSUAN_INVALID_FD;
- else
- return (assuan_fd_t) _get_osfhandle (fd);
-}
-
-
int
__assuan_spawn (assuan_context_t ctx, pid_t *r_pid, const char *name,
const char **argv,