Removede scheduler
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user