OSDN Git Service

resolv_private.h: remove #define b64_ntop and b64_pton
authorNick Kralevich <nnk@google.com>
Fri, 28 Jun 2013 20:18:32 +0000 (13:18 -0700)
committerNick Kralevich <nnk@google.com>
Fri, 28 Jun 2013 20:18:32 +0000 (13:18 -0700)
This was gated off of "#ifndef ADNROID_CHANGES" (note mispelling)
and is unconditionally defined in libc/include/resolv.h
(which this file includes). No need for duplicate definitions.

Change-Id: I00719bcf39eaa26eb96ab4274f171f3d2b5bae61

libc/private/resolv_private.h

index c43c84c..3b88f49 100644 (file)
@@ -343,11 +343,6 @@ extern const struct res_sym __p_type_syms[];
 extern const struct res_sym __p_rcode_syms[];
 #endif /* SHARED_LIBBIND */
 
-#ifndef ADNROID_CHANGES
-#define b64_ntop               __b64_ntop
-#define b64_pton               __b64_pton
-#endif
-
 #define dn_comp                        __dn_comp
 #define dn_count_labels                __dn_count_labels
 #define dn_skipname            __dn_skipname