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 Wei Chen committed Feb 20, 2019
1 parent 4822ff2 commit ea5856d
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 ea5856d

Please sign in to comment.