diff options
author | ChrisTX <xpipe@hotmail.de> | 2012-10-04 13:49:34 +0200 |
---|---|---|
committer | ChrisTX <xpipe@hotmail.de> | 2012-10-04 13:49:34 +0200 |
commit | 84b187eacea0810bd302991b5cec128733760224 (patch) | |
tree | 440bccf7d967c7bd3f88d66bb3f6df23edb996d3 /win/inspircd_win32wrapper.h | |
parent | 4f9cc281d5f12ff1fdebc733b641c5e25cb460f9 (diff) |
Windows: Use the WinAPI for DNS server retrieval
Diffstat (limited to 'win/inspircd_win32wrapper.h')
-rw-r--r-- | win/inspircd_win32wrapper.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index bc7165262..901f0fdf0 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -242,9 +242,6 @@ void ::operator delete(void * ptr); class ValueItem; class ServerConfig; -/* Look up the nameserver in use from the registry on windows */ -CoreExport std::string FindNameServerWin(); - #define DISABLE_WRITEV /* Clear a windows console */ |