aboutsummaryrefslogtreecommitdiff
path: root/src/graph/Utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/Utils.cpp')
-rw-r--r--src/graph/Utils.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/graph/Utils.cpp b/src/graph/Utils.cpp
index 3bf0caca7e..7af1812214 100644
--- a/src/graph/Utils.cpp
+++ b/src/graph/Utils.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018-2019 ARM Limited.
+ * Copyright (c) 2018-2020 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -150,9 +150,9 @@ size_t get_dimension_idx(DataLayout data_layout, const DataLayoutDimension data_
return 3;
break;
default:
- ARM_COMPUTE_ERROR("Data layout index not supported!");
break;
}
+ ARM_COMPUTE_ERROR("Data layout index not supported!");
}
std::vector<NodeIdxPair> get_driving_nodes(const INode &node)