Removede scheduler

This commit is contained in:
Martino Ferrari
2026-02-23 10:25:58 +01:00
parent 38bb971bc4
commit 3ad581d13b
3 changed files with 0 additions and 187 deletions

View File

@@ -2,7 +2,6 @@
#include "AdvancedErrorManagement.h"
#include "StreamString.h"
#include "DebugBrokerWrapper.h"
#include "DebugFastScheduler.h"
#include "ObjectRegistryDatabase.h"
#include "ClassRegistryItem.h"
#include "ObjectBuilder.h"
@@ -169,9 +168,6 @@ void DebugService::PatchRegistry() {
static DebugMemoryMapSynchronisedMultiBufferOutputBrokerBuilder b9;
PatchItemInternal("MemoryMapSynchronisedMultiBufferOutputBroker", &b9);
// Patch Scheduler
static ObjectBuilderT<DebugFastScheduler> schedBuilder;
PatchItemInternal("FastScheduler", &schedBuilder);
}
void DebugService::ProcessSignal(DebugSignalInfo* s, uint32 size) {