summaryrefslogtreecommitdiff
path: root/acountry.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2009-08-03 12:20:03 +0000
committerGisle Vanem <gvanem@broadpark.no>2009-08-03 12:20:03 +0000
commitc3872cb5dc9a29c4ec2c8863f661df7a8626ce11 (patch)
tree478b8dccdca1debf65ae2ae1bd18c477b9b92f3d /acountry.c
parent135bfe341f29e2d90a1fe5fec18fd443dfb2c73b (diff)
downloadc-ares-c3872cb5dc9a29c4ec2c8863f661df7a8626ce11.tar.gz
c-ares-c3872cb5dc9a29c4ec2c8863f661df7a8626ce11.tar.bz2
c-ares-c3872cb5dc9a29c4ec2c8863f661df7a8626ce11.zip
Remove call to LoadLibrary(). (leftover from debugging).
Diffstat (limited to 'acountry.c')
-rw-r--r--acountry.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/acountry.c b/acountry.c
index 08f0921..92707f3 100644
--- a/acountry.c
+++ b/acountry.c
@@ -116,10 +116,6 @@ int main(int argc, char **argv)
WSAStartup(wVersionRequested, &wsaData);
#endif
-#ifdef WIN32
- LoadLibrary ("exchndl.dll");
-#endif
-
status = ares_library_init(ARES_LIB_INIT_ALL);
if (status != ARES_SUCCESS)
{