Skip to content

Commit

Permalink
[Pass] Remove dead code (#4177)
Browse files Browse the repository at this point in the history
  • Loading branch information
wweic authored and zhiics committed Oct 23, 2019
1 parent 101e3e0 commit a740423
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 a740423

Please sign in to comment.