diff options
Diffstat (limited to '')
-rw-r--r-- | dirmngr/http.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dirmngr/http.c b/dirmngr/http.c index bc62c820b..1078be91c 100644 --- a/dirmngr/http.c +++ b/dirmngr/http.c @@ -2323,7 +2323,6 @@ connect_server (const char *server, unsigned short port, #endif /*!HASSUAN_SOCK_TOR*/ } -#ifdef USE_DNS_SRV /* Do the SRV thing */ if (srvtag) { @@ -2347,10 +2346,6 @@ connect_server (const char *server, unsigned short port, } } } -#else - (void)flags; - (void)srvtag; -#endif /*USE_DNS_SRV*/ if (!serverlist) { |