aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/cpu/operators/CpuConcatenate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/cpu/operators/CpuConcatenate.cpp')
-rw-r--r--src/runtime/cpu/operators/CpuConcatenate.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/runtime/cpu/operators/CpuConcatenate.cpp b/src/runtime/cpu/operators/CpuConcatenate.cpp
index 23eb3fceab..bb475b790e 100644
--- a/src/runtime/cpu/operators/CpuConcatenate.cpp
+++ b/src/runtime/cpu/operators/CpuConcatenate.cpp
@@ -42,11 +42,6 @@ namespace arm_compute
{
namespace cpu
{
-CpuConcatenate::CpuConcatenate()
- : _concat_kernels(), _num_srcs(0), _axis(0)
-{
-}
-
void CpuConcatenate::configure(const std::vector<const ITensorInfo *> &srcs_vector, ITensorInfo *dst, size_t axis)
{
ARM_COMPUTE_ERROR_ON(dst == nullptr);