0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 05:08:59 +02:00

ircd::ctx: Don't zero stack.max at completion.

This commit is contained in:
Jason Volk 2020-04-23 04:54:48 -07:00
parent 762455dec3
commit dd1e016ec5

View file

@ -127,7 +127,6 @@ noexcept try
{
mark(prof::event::LEAVE);
adjoindre.notify_all();
stack.max = 0;
stack.at = 0;
notes = 0;
this->yc = nullptr;