From 8eb256065f0e75ecf8e427d56955e2bac117c2d7 Mon Sep 17 00:00:00 2001 From: Jan Eilers Date: Mon, 9 Mar 2020 12:13:48 +0000 Subject: IVGCVSW-4482 Remove boost::ignore_unused !referencetests:229377 Signed-off-by: Jan Eilers Change-Id: Ia9b360b4a057fe7bbce5b268092627c09a0dba82 --- src/profiling/ProfilingStateMachine.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/profiling/ProfilingStateMachine.hpp') diff --git a/src/profiling/ProfilingStateMachine.hpp b/src/profiling/ProfilingStateMachine.hpp index 160de71bbe..cbc65ec8b0 100644 --- a/src/profiling/ProfilingStateMachine.hpp +++ b/src/profiling/ProfilingStateMachine.hpp @@ -7,7 +7,7 @@ #include -#include +#include namespace armnn { @@ -35,7 +35,7 @@ public: bool IsOneOfStates(ProfilingState state1) { - boost::ignore_unused(state1); + IgnoreUnused(state1); return false; } -- cgit v1.2.1