aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/Threadpool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/Threadpool.cpp')
-rw-r--r--src/armnn/Threadpool.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/armnn/Threadpool.cpp b/src/armnn/Threadpool.cpp
index a23c1e2339..4289a4b1b7 100644
--- a/src/armnn/Threadpool.cpp
+++ b/src/armnn/Threadpool.cpp
@@ -194,7 +194,7 @@ void Threadpool::ProcessExecPriorities(uint32_t index)
cb->Notify(Status::Success, std::make_pair(startTime, armnn::GetTimeNow())) :
cb->Notify(Status::Failure, std::make_pair(startTime, armnn::GetTimeNow()));
}
- catch (const RuntimeException &error)
+ catch (const RuntimeException&)
{
cb->Notify(Status::Failure, std::make_pair(startTime, armnn::GetTimeNow()));
}