mirror of https://github.com/axmolengine/axmol.git
Remove unnecessary code
This commit is contained in:
parent
0d357b57f8
commit
d179f7916f
|
@ -47,7 +47,6 @@ public:
|
||||||
|
|
||||||
YNSM() : _service(1) // 1 channel
|
YNSM() : _service(1) // 1 channel
|
||||||
{
|
{
|
||||||
yasio::inet::io_hostent endpoints[] = { {"github.com", 443} };
|
|
||||||
_service.start([&](event_ptr&& event) {
|
_service.start([&](event_ptr&& event) {
|
||||||
switch (event->kind())
|
switch (event->kind())
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue