Skip to content

Commit

Permalink
Fixed build failure due to MetricEvent hidden inside tracing enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
anush-apple committed Feb 20, 2024
1 parent 6247f3d commit d0ec66d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/tracing/metric_event.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@

#include <matter/tracing/build_config.h>
#include <tracing/metric_macros.h>

#if MATTER_TRACING_ENABLED

#include <lib/core/CHIPError.h>
#include <system/SystemClock.h>
#include <tracing/metric_keys.h>
Expand Down Expand Up @@ -129,5 +126,3 @@ inline bool logMetricIfError(const ::chip::ChipError & err, MetricKey metricKey)

} // namespace Tracing
} // namespace chip

#endif // MATTER_TRACING_ENABLED

0 comments on commit d0ec66d

Please sign in to comment.