From 9d9b279db24266d2732fca74edda797820bc9733 Mon Sep 17 00:00:00 2001 From: kingfo Date: Tue, 14 Jul 2020 11:01:19 +0800 Subject: [PATCH] fix ci cpplint --- mindspore/ccsrc/pynative/pynative_execute.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/mindspore/ccsrc/pynative/pynative_execute.cc b/mindspore/ccsrc/pynative/pynative_execute.cc index 38a3e2a5f5..16b55554d4 100644 --- a/mindspore/ccsrc/pynative/pynative_execute.cc +++ b/mindspore/ccsrc/pynative/pynative_execute.cc @@ -358,7 +358,6 @@ py::object RunOpInVM(const OpExecInfoPtr &op_exec_info, PynativeStatusCode *stat new_tensor->set_device_address(tensor->device_address()); new_tensor->set_dirty(tensor->is_dirty()); result[i] = new_tensor; - } } *status = PYNATIVE_SUCCESS; MS_LOG(INFO) << "RunOpInVM end";