Skip to content

Commit

Permalink
Remove an obsolete comment (#2527)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyr authored and tqchen committed Jan 30, 2019
1 parent 48c16a1 commit cde1f76
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 cde1f76

Please sign in to comment.