mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
construct: Remove the unnecessary dummy resolver instance.
This commit is contained in:
parent
60b9960c3d
commit
4ee21dba48
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue