From 1164592b5d251a42e783d44ec3dad22809ea2ab8 Mon Sep 17 00:00:00 2001 From: michal-miotk Date: Tue, 6 Aug 2024 09:25:45 +0000 Subject: [PATCH] wip --- src/inference/src/dev/plugin.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/inference/src/dev/plugin.cpp b/src/inference/src/dev/plugin.cpp index 8ea95ac3e9a551..288389c46db859 100644 --- a/src/inference/src/dev/plugin.cpp +++ b/src/inference/src/dev/plugin.cpp @@ -50,12 +50,7 @@ void ov::Plugin::set_property(const ov::AnyMap& config) { ov::SoPtr ov::Plugin::compile_model(const std::shared_ptr& model, const ov::AnyMap& properties) const { -try{ OV_PLUGIN_CALL_STATEMENT(return {m_ptr->compile_model(model, properties), m_so}); -} catch (const std::exception& ex) { - int a; - a++; -} } ov::SoPtr ov::Plugin::compile_model(const std::string& model_path,