Skip to content

Commit

Permalink
[K32W] Remove deprecated code
Browse files Browse the repository at this point in the history
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
  • Loading branch information
marius-alex-tache authored and andrei-menzopol committed Feb 13, 2024
1 parent d7cd8eb commit 425b51f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/platform/nxp/k32w/common/OTAImageProcessorImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@
#include <platform/DiagnosticDataProvider.h>
#include <platform/internal/CHIPDeviceLayerInternal.h>
#include <platform/internal/GenericConfigurationManagerImpl.h>
#include <src/app/InteractionModelEngine.h>
#include <src/app/clusters/ota-requestor/OTADownloader.h>
#include <src/app/clusters/ota-requestor/OTARequestorInterface.h>
#include <src/app/reporting/reporting.h>

#include <platform/nxp/k32w/common/OTAImageProcessorImpl.h>

Expand Down Expand Up @@ -387,8 +385,6 @@ void OTAImageProcessorImpl::HandleApply(intptr_t context)

ConfigurationManagerImpl().StoreSoftwareUpdateCompleted();

app::InteractionModelEngine::GetInstance()->GetReportingEngine().ScheduleUrgentEventDeliverySync();

// Set the necessary information to inform the SSBL that a new image is available
// and trigger the actual device reboot after some time, to take into account
// queued actions, e.g. sending events to a subscription
Expand Down

0 comments on commit 425b51f

Please sign in to comment.