diff --git a/example/core/GenericFactory.cpp b/example/core/GenericFactory.cpp index afc4e7d..24e34c9 100644 --- a/example/core/GenericFactory.cpp +++ b/example/core/GenericFactory.cpp @@ -159,8 +159,5 @@ void Factory::setStaticFrameworkObjectIds() { CommandingServiceBase::defaultPacketSource = objects::PUS_DISTRIBUTOR; CommandingServiceBase::defaultPacketDestination = objects::TM_FUNNEL; - VerificationReporter::DEFAULT_REPORTER = objects::TC_VERIFICATOR; VerificationReporter::DEFAULT_RECEIVER = objects::PUS_SERVICE_1_VERIFICATION; - - // TmPacketBase::timeStamperId = objects::TIME_STAMPER; }