Eliminate fully
This commit is contained in:
parent
52baaf8030
commit
d1548c9253
@ -2922,7 +2922,7 @@ class DistributedExpandCursor : public Cursor {
|
||||
output_frame_it != output_frames_populator.end() && current != end; ++output_frame_it) {
|
||||
auto &edge = *current;
|
||||
++current;
|
||||
auto &output_frame = *output_frame_it++;
|
||||
auto &output_frame = *output_frame_it;
|
||||
output_frame = *own_frames_it_;
|
||||
output_frame[self_.common_.edge_symbol] = edge;
|
||||
PullDstVertex(output_frame, context, direction);
|
||||
|
Loading…
Reference in New Issue
Block a user