aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/SchedulerFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/SchedulerFactory.cpp')
-rw-r--r--src/runtime/SchedulerFactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/runtime/SchedulerFactory.cpp b/src/runtime/SchedulerFactory.cpp
index 8bdd510367..63a130dc2a 100644
--- a/src/runtime/SchedulerFactory.cpp
+++ b/src/runtime/SchedulerFactory.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2019 ARM Limited.
+ * Copyright (c) 2019-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -74,9 +74,9 @@ std::unique_ptr<IScheduler> SchedulerFactory::create(Type type)
}
default:
{
- ARM_COMPUTE_ERROR("Invalid Scheduler type");
break;
}
}
+ ARM_COMPUTE_ERROR("Invalid Scheduler type");
}
} // namespace arm_compute