Skip to content

Commit

Permalink
Remove an obsolete comment (apache#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyr authored and merrymercy committed Feb 17, 2019
1 parent 022063f commit 6d9a1e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/tvm/runtime/packed_func.h
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,6 @@ class TVMRetValue : public TVMPODValue_ {
using TVMPODValue_::operator DLTensor*;
using TVMPODValue_::operator TVMContext;
using TVMPODValue_::operator NDArray;
// Disable copy and assign from another value, but allow move.
TVMRetValue(const TVMRetValue& other) : TVMPODValue_() {
this->Assign(other);
}
Expand Down

0 comments on commit 6d9a1e8

Please sign in to comment.