aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/CastLayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/CastLayer.cpp')
-rw-r--r--src/armnn/layers/CastLayer.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/armnn/layers/CastLayer.cpp b/src/armnn/layers/CastLayer.cpp
index 03b68659d1..efa74c82c3 100644
--- a/src/armnn/layers/CastLayer.cpp
+++ b/src/armnn/layers/CastLayer.cpp
@@ -46,12 +46,4 @@ void CastLayer::ValidateTensorShapesFromInputs()
ValidateAndCopyShape(outputShape, inferredShapes[0], m_ShapeInferenceMethod, "CastLayer");
}
-ARMNN_NO_DEPRECATE_WARN_BEGIN
-void CastLayer::Accept(ILayerVisitor& visitor) const
-{
- IgnoreUnused(visitor);
- throw armnn::Exception("CastLayer VisitCastLayer is not implemented");
-}
-ARMNN_NO_DEPRECATE_WARN_END
-
} // namespace armnn