0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-06 20:18:59 +02:00

construct: Remove the unnecessary dummy resolver instance.

This commit is contained in:
Jason Volk 2018-04-15 17:58:12 -07:00
parent 60b9960c3d
commit 4ee21dba48

View file

@ -73,7 +73,6 @@ boost::asio::signal_set sigs
// are loaded otherwise the module will not be unloadable.
boost::asio::ip::tcp::acceptor _dummy_acceptor_ { *ios };
boost::asio::ip::tcp::socket _dummy_sock_ { *ios };
boost::asio::ip::tcp::resolver _dummy_resolver_ { *ios };
int main(int argc, char *const *argv)
try