summaryrefslogtreecommitdiff
path: root/compiler/locomotiv/src/Node/Push.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/locomotiv/src/Node/Push.cpp')
-rw-r--r--compiler/locomotiv/src/Node/Push.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/locomotiv/src/Node/Push.cpp b/compiler/locomotiv/src/Node/Push.cpp
index d96650ab2..fc5808b15 100644
--- a/compiler/locomotiv/src/Node/Push.cpp
+++ b/compiler/locomotiv/src/Node/Push.cpp
@@ -54,7 +54,6 @@ void NodeExecution::execute(loco::Push *push)
}
assert(push_data != nullptr);
- erase_annot_data(push);
annot_data(push, std::move(push_data));
annot_domain(push, loco::Domain::Tensor);
}