summaryrefslogtreecommitdiff
path: root/compiler/locomotiv/src/Node/Pull.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/locomotiv/src/Node/Pull.cpp')
-rw-r--r--compiler/locomotiv/src/Node/Pull.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/compiler/locomotiv/src/Node/Pull.cpp b/compiler/locomotiv/src/Node/Pull.cpp
index fe5d7c2e1..e60c646bd 100644
--- a/compiler/locomotiv/src/Node/Pull.cpp
+++ b/compiler/locomotiv/src/Node/Pull.cpp
@@ -31,15 +31,6 @@ using namespace locomotiv;
void execute_node(loco::Pull *pull)
{
-// TODO Remove deprecated code
-#if 0
- validate(annot_data(pull), "Data for Pull is not ready");
-
- validate(annot_domain(pull) == loco::Domain::Tensor, "Domain for Pull is not Tensor");
-
- // DO NOTHING
-#endif
-
auto input_data = user_data(pull);
validate(input_data, "Input not ready");