Skip to content

Commit

Permalink
[Pass] Remove dead code (apache#4177)
Browse files Browse the repository at this point in the history
  • Loading branch information
wweic authored and kevinthesun committed Oct 30, 2019
1 parent 5fb518e commit 302abea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/relay/pass/device_annotation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ class DeviceInfo {

void VisitExpr_(const TupleGetItemNode* op) final {
ExprVisitor::VisitExpr_(op);
std::make_pair(op, has_copy_);
}

void VisitExpr_(const VarNode* vn) final {
Expand Down

0 comments on commit 302abea

Please sign in to comment.