Skip to content

Commit 20f7472

Browse files
alambDandandan
andauthored
Remove commented out code
Co-authored-by: Daniël Heres <danielheres@gmail.com>
1 parent 432ce23 commit 20f7472

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

datafusion/src/logical_plan/expr.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,6 @@ pub fn unnormalize_col(expr: Expr) -> Expr {
11611161
impl ExprRewriter for RemoveQualifier {
11621162
fn mutate(&mut self, expr: Expr) -> Result<Expr> {
11631163
if let Expr::Column(col) = expr {
1164-
//let Column { relation: _, name } = col;
11651164
Ok(Expr::Column(Column {
11661165
relation: None,
11671166
name: col.name,

0 commit comments

Comments
 (0)