Skip to content

Commit b615c68

Browse files
wgtmacHuaHuaY
andauthored
Update src/iceberg/expression/expression_visitor.h
Co-authored-by: Zehua Zou <[email protected]>
1 parent 095d428 commit b615c68

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/iceberg/expression/expression_visitor.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,10 +262,6 @@ class ICEBERG_EXPORT BoundVisitor : public ExpressionVisitor<R> {
262262
/// \param expr The expression to traverse
263263
/// \param visitor The visitor to use for traversal
264264
/// \return The result produced by the visitor for the root expression node
265-
template <typename R, typename V>
266-
requires std::derived_from<V, ExpressionVisitor<R>>
267-
Result<R> Visit(const std::shared_ptr<Expression>& expr, V& visitor);
268-
269265
template <typename R, typename V>
270266
requires std::derived_from<V, ExpressionVisitor<R>>
271267
Result<R> Visit(const std::shared_ptr<Expression>& expr, V& visitor) {

0 commit comments

Comments
 (0)