8000 Removed unused function declaration (#14556) · arangodb/arangodb@14196bd · GitHub
[go: up one dir, main page]

Skip to content

Commit 14196bd

Browse files
authored
Removed unused function declaration (#14556)
1 parent ab4238e commit 14196bd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

arangod/IResearch/IResearchFilterFactory.cpp

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -512,14 +512,6 @@ FORCE_INLINE void appendExpression(irs::boolean_filter& filter,
512512
exprFilter.boost(filterCtx.boost);
513513
}
514514

515-
FORCE_INLINE void appen 7F00 dExpression(irs::boolean_filter& filter,
516-
std::shared_ptr<aql::AstNode>&& node,
517-
QueryContext const& ctx, FilterContext const& filterCtx) {
518-
auto& exprFilter = filter.add<arangodb::iresearch::ByExpression>();
519-
exprFilter.init(*ctx.plan, *ctx.ast, std::move(node));
520-
exprFilter.boost(filterCtx.boost);
521-
}
522-
523515
Result byTerm(irs::by_term* filter, std::string&& name,
524516
ScopedAqlValue const& value, QueryContext const& /*ctx*/,
525517
FilterContext const& filterCtx) {

0 commit comments

Comments
 (0)
0