mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 00:10:59 +01:00
ircd::ctx: Don't zero stack.max at completion.
This commit is contained in:
parent
762455dec3
commit
dd1e016ec5
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ noexcept try
|
||||||
{
|
{
|
||||||
mark(prof::event::LEAVE);
|
mark(prof::event::LEAVE);
|
||||||
adjoindre.notify_all();
|
adjoindre.notify_all();
|
||||||
stack.max = 0;
|
|
||||||
stack.at = 0;
|
stack.at = 0;
|
||||||
notes = 0;
|
notes = 0;
|
||||||
this->yc = nullptr;
|
this->yc = nullptr;
|
||||||
|
|
Loading…
Reference in a new issue