aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/layers/GatherNdLayer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/layers/GatherNdLayer.hpp')
-rw-r--r--src/armnn/layers/GatherNdLayer.hpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/armnn/layers/GatherNdLayer.hpp b/src/armnn/layers/GatherNdLayer.hpp
index 9e07715f90..d873bd324d 100644
--- a/src/armnn/layers/GatherNdLayer.hpp
+++ b/src/armnn/layers/GatherNdLayer.hpp
@@ -32,10 +32,6 @@ public:
/// will lead to a valid configuration of @ref GatherNdLayer.
void ValidateTensorShapesFromInputs() override;
- ARMNN_NO_DEPRECATE_WARN_BEGIN
- void Accept(ILayerVisitor& visitor) const override;
- ARMNN_NO_DEPRECATE_WARN_END
-
protected:
/// Constructor to create a GatherNdLayer.
/// @param [in] name Optional name for the layer.