From 5d4c3b79ee87680fc558f2420d2b3395875d0387 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Thu, 20 Apr 2023 13:54:34 +0900 Subject: exechelp: Clean up macros. Signed-off-by: NIIBE Yutaka --- common/exechelp.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/common/exechelp.h b/common/exechelp.h index 918295c73..1e80a7597 100644 --- a/common/exechelp.h +++ b/common/exechelp.h @@ -73,13 +73,6 @@ gpg_error_t gnupg_create_pipe (int filedes[2]); void gnupg_close_pipe (int fd); -#define GNUPG_SPAWN_NONBLOCK 16 -#define GNUPG_SPAWN_RUN_ASFW 64 -#define GNUPG_SPAWN_DETACHED 128 -#define GNUPG_SPAWN_KEEP_STDIN 256 -#define GNUPG_SPAWN_KEEP_STDOUT 512 -#define GNUPG_SPAWN_KEEP_STDERR 1024 - /* The opaque type for a subprocess. */ typedef struct gnupg_process *gnupg_process_t; #ifdef HAVE_W32_SYSTEM @@ -101,9 +94,6 @@ struct spawn_cb_arg { }; #endif -/* Internal flag to ihnerit file descriptor/handle */ -#define GNUPG_PROCESS_INHERIT_FILE (1 << 0) - #define GNUPG_PROCESS_DETACHED (1 << 1) /* Specify how to keep/connect standard fds. */ -- cgit v1.2.3