1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00

resolv: Remove __BIND_NOSTATIC conditionals

The macro is never defined.
This commit is contained in:
Florian Weimer
2016-04-28 11:53:00 +02:00
parent 687c1c0ce2
commit e5a0ec981c
3 changed files with 5 additions and 4 deletions

View File

@@ -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>