mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +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);
|
||||
adjoindre.notify_all();
|
||||
stack.max = 0;
|
||||
stack.at = 0;
|
||||
notes = 0;
|
||||
this->yc = nullptr;
|
||||
|
|
Loading…
Reference in a new issue