20#include "pedigree/kernel/process/ThreadToCoreAllocationAlgorithm.h"
24ThreadToCoreAllocationAlgorithm::ThreadToCoreAllocationAlgorithm() =
default;
25ThreadToCoreAllocationAlgorithm::~ThreadToCoreAllocationAlgorithm() =
default;
27void ThreadToCoreAllocationAlgorithm::threadRemoved(
Thread* pThread) {}