From 4515346368b30ec905e9a2331d4bc13eb42fac34 Mon Sep 17 00:00:00 2001 From: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> Date: Thu, 17 Aug 2023 15:22:25 -0400 Subject: [PATCH] sl tokens aren't used and are not part of the project anymore (#28732) --- examples/platform/silabs/SilabsDeviceAttestationCreds.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/platform/silabs/SilabsDeviceAttestationCreds.h b/examples/platform/silabs/SilabsDeviceAttestationCreds.h index c4f437c20f4b44..79f8f8df042aa8 100644 --- a/examples/platform/silabs/SilabsDeviceAttestationCreds.h +++ b/examples/platform/silabs/SilabsDeviceAttestationCreds.h @@ -16,9 +16,6 @@ */ #pragma once -// The "sl_token_manager.h" include belongs to the .cpp file, but the formatter change the order -// of the headers, causing a compilation error, so the include had to be added here instead -#include "sl_token_manager.h" #include namespace chip {