Skip to content

Commit

Permalink
Revert "Fix warning"
Browse files Browse the repository at this point in the history
This reverts commit 6743e9e.
  • Loading branch information
t-jankowski committed Oct 1, 2024
1 parent 65443ec commit 247a956
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/src/pass/serialize.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,6 @@ void serialize_rt_info(pugi::xml_node& root, const std::string& name, const ov::
}
}

#if 0
bool append_custom_info(pugi::xml_node& node, const std::string& name, const ov::Any& data) {
auto custom_node = node.append_child("custom");
custom_node.append_attribute("name").set_value(name.c_str());
Expand All @@ -965,7 +964,6 @@ bool append_custom_info(pugi::xml_node& node, const std::string& name, const ov:
node.remove_child(custom_node);
return has_value;
}
#endif

void ngfunction_2_ir(pugi::xml_node& netXml,
const ov::Model& model,
Expand Down

0 comments on commit 247a956

Please sign in to comment.