File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff line change 5
5
#include " ecsact/lang-support/lang-cc.hh"
6
6
#include " ecsact/cpp_codegen_plugin_util.hh"
7
7
8
- #include < iostream>
9
-
10
8
struct loop_iterator_fields {
11
9
std::vector<ecsact_system_like_id>& system_list;
12
10
const std::vector<ecsact_system_like_id>::iterator begin;
@@ -70,7 +68,6 @@ auto ecsact::rt_entt_codegen::parallel::print_parallel_system_executions(
70
68
));
71
69
}
72
70
}
73
- ctx.write (" \n " );
74
71
continue ;
75
72
}
76
73
@@ -100,12 +97,11 @@ auto ecsact::rt_entt_codegen::parallel::print_parallel_system_executions(
100
97
ctx.write (" // ??? unhandled ??? " , cpp_decl_name, " \n " );
101
98
}
102
99
}
103
- ctx.write (" });\n\n " );
100
+ ctx.write (" });\n " );
104
101
}
105
102
}
106
103
107
104
auto is_capability_safe (ecsact_system_capability capability) -> bool {
108
- // List of components capabilities that can't be executed in parallel
109
105
if (capability == ECSACT_SYS_CAP_ADDS ||
110
106
capability == ECSACT_SYS_CAP_REMOVES ||
111
107
capability == ECSACT_SYS_CAP_READWRITE ||
@@ -174,8 +170,6 @@ auto loop_iterator(
174
170
} else {
175
171
child_unsafe_comps.insert (child_comp_id);
176
172
}
177
- // std::cout << " STUCK ON " << cpp_name << "COMPONENT IN THE "
178
- // << cpp_system_name << std::endl;
179
173
}
180
174
}
181
175
}
You can’t perform that action at this time.
0 commit comments