diff options
author | Adam <adam@sigterm.info> | 2012-10-04 14:12:30 -0700 |
---|---|---|
committer | Adam <adam@sigterm.info> | 2012-10-04 14:12:30 -0700 |
commit | 73977e660f8bcb53c3f7363835d94d3bb7ad021a (patch) | |
tree | 502da2f3cabda6133fc5d433aa1712bd3f447ded /win/inspircd_win32wrapper.h | |
parent | 1331962081eb26254b62236470bfbf145dfc6c84 (diff) | |
parent | 84b187eacea0810bd302991b5cec128733760224 (diff) |
Merge pull request #314 from ChrisTX/insp20+DnsQueryConfig
Windows: Replace the old DNS server find mechanism with the proper one, the appropriate API
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 */ |