max_cache_entries isn't used anywhere

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4717 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-07-30 14:27:50 +00:00
parent 78b996033a
commit c94460fefc
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@
#include "util.h"
#include "asyncdns.h"
JNL_AsyncDNS::JNL_AsyncDNS(int max_cache_entries)
JNL_AsyncDNS::JNL_AsyncDNS()
{
m_thread=0;
m_addr=0;