diff --git a/src/manager.cpp b/src/manager.cpp index 1d59de1..b722080 100644 --- a/src/manager.cpp +++ b/src/manager.cpp @@ -88,9 +88,6 @@ namespace sta { Statemachine::stateChangeEvent.wait(EventFlags::ALL, osWaitForever); - HeapStats_t stats; - vPortGetHeapStats(&stats); - // Start all new tasks and stop all the tasks that aren't supposed to be running. updateThreads(); }