0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-29 00:03:45 +02:00

ircd:Ⓜ️:typing: Remove duplicate.

This commit is contained in:
Jason Volk 2020-02-21 11:42:22 -08:00
parent 4f0920d2ba
commit 055fa1ee74

View file

@ -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)
{