Skip to content

Commit ae72f21

Browse files
committed
remove unused variable
1 parent 1a04039 commit ae72f21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/query-engine/sql/src/sql/helpers.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ pub fn select_rowset_without_variables(
250250
/// Given a set of rows, a set of aggregate queries and a variables from clause & table reference,
251251
/// combine them into one Select.
252252
pub fn select_rowset(
253-
(output_table_alias, output_column_alias): (TableAlias, ColumnAlias),
253+
(_output_table_alias, output_column_alias): (TableAlias, ColumnAlias),
254254
(row_table_alias, row_inner_table_alias_): (TableAlias, TableAlias),
255255
(aggregate_table_alias, _aggregate_inner_table_alias): (TableAlias, TableAlias),
256256
_variables: &Option<(From, TableReference)>,

0 commit comments

Comments
 (0)