Removed shape infer extension (#917)
[platform/upstream/dldt.git] / inference-engine / tests_deprecated / unit / engines / mkldnn / constant_propagation_test.cpp
index 29616a7..fd24fa0 100644 (file)
@@ -116,11 +116,6 @@ public:
         return InferenceEngine::OK;
     }
 
-    InferenceEngine::StatusCode getShapeInferImpl(InferenceEngine::IShapeInferImpl::Ptr& impl, const char* type,
-                                                  InferenceEngine::ResponseDesc* resp) noexcept override {
-        return InferenceEngine::NOT_IMPLEMENTED;
-    }
-
 private:
     std::map<std::string, fake_ext_factory> factories;
 };