aboutsummaryrefslogtreecommitdiff
path: root/src/core/CPP
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CPP')
-rw-r--r--src/core/CPP/CPPTypes.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/CPP/CPPTypes.cpp b/src/core/CPP/CPPTypes.cpp
index 7459957f8f..9c2b41b4ef 100644
--- a/src/core/CPP/CPPTypes.cpp
+++ b/src/core/CPP/CPPTypes.cpp
@@ -63,7 +63,6 @@ bool CPUInfo::has_dotprod() const
CPUModel CPUInfo::get_cpu_model(unsigned int cpuid) const
{
- ARM_COMPUTE_ERROR_ON(cpuid >= _percpu.size());
if(cpuid < _percpu.size())
{
return _percpu[cpuid];