Revert "ABI archiving test"

This reverts commit 252cb1386ac561e2059eccc8dd035759e3d77a58.

Reason for revert: testing merge

Change-Id: Iaec56671820a950c551b3a97ceef2c9009518384
diff --git a/include/armnn/ILayerVisitor.hpp b/include/armnn/ILayerVisitor.hpp
index fef5145..b5112a8 100644
--- a/include/armnn/ILayerVisitor.hpp
+++ b/include/armnn/ILayerVisitor.hpp
@@ -28,14 +28,6 @@
     virtual void VisitAbsLayer(const IConnectableLayer* layer,
                                const char* name = nullptr) = 0;
 
-    /// Function an absolute layer should call back to when its Accept(ILayerVisitor&)
-    /// function is invoked.
-    /// @param layer - pointer to the layer which is calling back to this visit function.
-    /// @param name - Optional name for the layer.
-    ARMNN_DEPRECATED_MSG("Use VisitElementwiseUnaryLayer instead")
-    virtual void VisitAbsLayer3(const IConnectableLayer* layer,
-                               const char* name = nullptr) = 0;
-
     /// Function that an activation layer should call back to when its Accept(ILayerVisitor&) function is invoked.
     /// @param layer - pointer to the layer which is calling back to this visit function.
     /// @param activationDescriptor - ActivationDescriptor to configure the activation.