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

ircd::ctx: Remove this export down to ircd::.

This commit is contained in:
Jason Volk 2018-12-23 15:17:44 -08:00
parent 639dfa40d5
commit b8fd399bf4

View file

@ -28,7 +28,6 @@ namespace ircd::ctx
namespace ircd
{
using ctx::yield_context;
using ctx::continuation;
}