Delete unused-const-variable

pull/875/head
zhangxiaokun 4 years ago
parent 30ee7230b3
commit bd5a59cb13

@ -289,8 +289,8 @@ Status HcclTaskInfo::SetAddrs(const std::shared_ptr<OpDesc> &op_desc,
kernel_hccl_infos[i].opType = op_type; kernel_hccl_infos[i].opType = op_type;
} }
davinci_model_->DisableZeroCopy(input_data_addr); davinci_model_->DisableZeroCopy(input_data_addr);
return SUCCESS;
} }
return SUCCESS;
} }
void HcclTaskInfo::TransToGETaskInfo(GETaskInfo &ge_task) { void HcclTaskInfo::TransToGETaskInfo(GETaskInfo &ge_task) {
ge_task.id = id_; ge_task.id = id_;

Loading…
Cancel
Save