Skip to content

Commit 5fb3b4e

Browse files
committed
cleanup
1 parent 8bdcba4 commit 5fb3b4e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

threadpp/thread.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -277,12 +277,6 @@ auto get_pending_task_count_detailed(thread::id id) -> task_info
277277
info.pending = pending;
278278
info.total = total;
279279

280-
if(info.total > 200)
281-
{
282-
int a = 0;
283-
a++;
284-
}
285-
286280
if(!context->name.empty())
287281
{
288282
info.thread_name = context->name;

0 commit comments

Comments
 (0)