From 8c8e950455b651bedd0a6e9e3ccd24ff3d755e54 Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 29 Apr 2019 20:54:00 -0700 Subject: [PATCH] build fix --- ixwebsocket/IXDNSLookup.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ixwebsocket/IXDNSLookup.h b/ixwebsocket/IXDNSLookup.h index f5643ed8..7b418788 100644 --- a/ixwebsocket/IXDNSLookup.h +++ b/ixwebsocket/IXDNSLookup.h @@ -54,12 +54,6 @@ namespace ix void setRes(struct addrinfo* addr); struct addrinfo* getRes(); - void setErrMsg(const std::string& errMsg); - const std::string& getErrMsg(); - - void setRes(struct addrinfo* addr); - struct addrinfo* getRes(); - std::string _hostname; std::mutex _hostnameMutex; int _port;