Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmrichard committed Dec 12, 2024
1 parent 4919325 commit e3d921a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tensorwrapper/dsl/parser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ decltype(auto) binary_op(ResultType&& result, LHSType&& lhs, RHSType&& rhs) {
const auto& lhs_object = lhs.lhs();
const auto& rhs_object = rhs.lhs();

auto& rv_labels = result.rhs();
const auto& lhs_labels = lhs.rhs();
const auto& rhs_labels = rhs.rhs();

Expand Down

0 comments on commit e3d921a

Please sign in to comment.