Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcasale committed May 14, 2024
1 parent 128b7c2 commit cfa251d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions vortex-expr/src/expression_fns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,3 @@ pub fn or(left: Expr, right: Expr) -> Expr {
Box::new(right),
))
}

#[allow(dead_code)]
pub fn not(expr: Expr) -> Expr {
Not(Box::new(expr))
}

0 comments on commit cfa251d

Please sign in to comment.