1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 17:17:44 +00:00

Kernel: Remove an unimplemented function (#3210)

This commit is contained in:
Muhammad Zahalqa 2020-08-19 12:24:40 +03:00 committed by GitHub
parent 5cd2a37079
commit 64ea64fca5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -594,8 +594,6 @@ private:
void update_state_for_thread(Thread::State previous_state);
};
HashTable<Thread*>& thread_table();
template<typename Callback>
inline IterationDecision Thread::for_each_living(Callback callback)
{