Update src/Common/ThreadStatus.cpp

This commit is contained in:
Alexander Tokmakov 2022-09-09 21:07:50 +03:00 committed by GitHub
parent 86f74fc2d8
commit b987e18960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,8 +92,6 @@ std::vector<ThreadGroupStatus::ProfileEventsCountersAndMemory> ThreadGroupStatus
ThreadStatus::ThreadStatus()
: thread_id{getThreadId()}
{
chassert(!current_thread);
last_rusage = std::make_unique<RUsageCounters>();
memory_tracker.setDescription("(for thread)");