0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-14 00:34:18 +01:00

modules/s_dns_resolver: Remove redundant dtor interruption.

This commit is contained in:
Jason Volk 2018-10-23 10:16:44 -07:00
parent e6dd4beaaa
commit 325c2a34b3

View file

@ -128,8 +128,6 @@ noexcept
ctx::sleep(3);
}
sendq_context.interrupt();
timeout_context.interrupt();
assert(tags.empty());
}