summaryrefslogtreecommitdiff
path: root/resolv/res_data.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2016-04-28 11:53:00 +0200
committerFlorian Weimer <fweimer@redhat.com>2016-04-28 13:56:38 +0200
commite5a0ec981cc967ac65e9ce288a0412e30b7ae63b (patch)
tree545a17e1ef06e6f3c26ecd58318dcfc214bd4497 /resolv/res_data.c
parent687c1c0ce27de3a6852c1c02d321f65100d96c5d (diff)
resolv: Remove __BIND_NOSTATIC conditionals
The macro is never defined.
Diffstat (limited to 'resolv/res_data.c')
-rw-r--r--resolv/res_data.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/resolv/res_data.c b/resolv/res_data.c
index 7e848e0945..f44c517062 100644
--- a/resolv/res_data.c
+++ b/resolv/res_data.c
@@ -52,7 +52,6 @@ const char *_res_opcodes[] = {
};
libresolv_hidden_data_def (_res_opcodes)
-#ifndef __BIND_NOSTATIC
void
p_query(const u_char *msg) {
fp_query(msg, stdout);
@@ -186,7 +185,6 @@ hostalias(const char *name) {
}
libresolv_hidden_def (hostalias)
-#endif
#include <shlib-compat.h>