aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf-comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gpgconf-comp.c')
-rw-r--r--tools/gpgconf-comp.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c
index 3583abe57..919bcb357 100644
--- a/tools/gpgconf-comp.c
+++ b/tools/gpgconf-comp.c
@@ -52,14 +52,6 @@
#include "../common/gc-opt-flags.h"
#include "gpgconf.h"
-/* There is a problem with gpg 1.4 under Windows: --gpgconf-list
- returns a plain filename without escaping. As long as we have not
- fixed that we need to use gpg2. */
-#if defined(HAVE_W32_SYSTEM) && !defined(HAVE_W32CE_SYSTEM)
-#define GPGNAME "gpg2"
-#else
-#define GPGNAME GPG_NAME
-#endif