Skip to content

Commit

Permalink
Remove commented out code
Browse files Browse the repository at this point in the history
Co-authored-by: Daniël Heres <danielheres@gmail.com>
  • Loading branch information
alamb and Dandandan authored Jul 6, 2021
1 parent 432ce23 commit 20f7472
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion datafusion/src/logical_plan/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1161,7 +1161,6 @@ pub fn unnormalize_col(expr: Expr) -> Expr {
impl ExprRewriter for RemoveQualifier {
fn mutate(&mut self, expr: Expr) -> Result<Expr> {
if let Expr::Column(col) = expr {
//let Column { relation: _, name } = col;
Ok(Expr::Column(Column {
relation: None,
name: col.name,
Expand Down

0 comments on commit 20f7472

Please sign in to comment.