Remove unnecessary code

This commit is contained in:
halx99 2020-08-10 00:21:56 +08:00
parent 0d357b57f8
commit d179f7916f
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ public:
YNSM() : _service(1) // 1 channel
{
yasio::inet::io_hostent endpoints[] = { {"github.com", 443} };
_service.start([&](event_ptr&& event) {
switch (event->kind())
{