clean code

Signed-off-by: zhupuxu <zhupuxu@huawei.com>
This commit is contained in:
zhupuxu 2021-07-20 20:31:03 +08:00
parent fab97283c8
commit 523c763a02
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@
namespace mindspore {
namespace opt {
void CacheManager::Update(const AnfNodePtr &node) {
MS_EXCEPTION_IF_NULL(node);
auto type_iter = type_map_.find(node);