aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/ISubgraphViewConverter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/ISubgraphViewConverter.hpp')
-rw-r--r--src/armnn/ISubgraphViewConverter.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/armnn/ISubgraphViewConverter.hpp b/src/armnn/ISubgraphViewConverter.hpp
index 34789a2b28..2e108e1f3b 100644
--- a/src/armnn/ISubgraphViewConverter.hpp
+++ b/src/armnn/ISubgraphViewConverter.hpp
@@ -25,9 +25,4 @@ public:
virtual std::vector<CompiledBlobPtr> CompileNetwork() = 0;
};
-///
-/// Old ISubGraphConverter definition kept for backward compatibility only.
-///
-using ISubGraphConverter ARMNN_DEPRECATED_MSG("This type is no longer supported") = ISubgraphViewConverter;
-
} // namespace armnn