mirror of
https://github.com/matrix-construct/construct
synced 2025-03-14 05:20:17 +01:00
ircd:Ⓜ️:typing: Remove duplicate.
This commit is contained in:
parent
4f0920d2ba
commit
055fa1ee74
1 changed files with 0 additions and 1 deletions
|
@ -341,7 +341,6 @@ timeout_check()
|
|||
ircd::now<system_point>()
|
||||
};
|
||||
|
||||
auto it(begin(typists));
|
||||
for(auto it(begin(typists)); it != end(typists); ++it)
|
||||
if(it->timesout < now)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue