Skip to content

Commit 6b06d96

Browse files
committed
Removing unused function
Signed-off-by: Evgeniia Nugmanova <evgeniia.nugmanova@intel.com>
1 parent e35cd4d commit 6b06d96

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/core/src/pattern/op/pattern.cpp

-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@
1111

1212
namespace ov::pass::pattern {
1313
namespace op {
14-
namespace {
15-
constexpr bool value_true_predicate(const Output<Node>&) {
16-
return true;
17-
}
18-
} // namespace
1914

2015
Pattern::Pattern(const OutputVector& patterns) : Node(patterns), m_predicate() {}
2116

0 commit comments

Comments
 (0)