File tree Expand file tree Collapse file tree
Source/Processors/RecordNode Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -341,24 +341,6 @@ void RecordNode::updateSubprocessorMap()
341341 eventMap.clear ();
342342 syncChannelMap.clear ();
343343 syncOrderMap.clear ();
344- for (int ch = 0 ; ch < eventChannelArray.size (); ch++)
345- {
346-
347- EventChannel* chan = eventChannelArray[ch];
348- int sourceID = chan->getSourceNodeID ();
349- int subProcID = chan->getSubProcessorIdx ();
350-
351- eventMap[sourceID][subProcID] = chan->getNumChannels ();
352-
353- if (dataChannelStates[sourceID][subProcID].size () && !syncChannelMap[sourceID][subProcID])
354- {
355- syncOrderMap[sourceID][subProcID] = ch;
356- syncChannelMap[sourceID][subProcID] = 0 ;
357- synchronizer->setSyncChannel (chan->getSourceNodeID (), chan->getSubProcessorIdx (), ch);
358- }
359-
360- }
361-
362344 for (int ch = 0 ; ch < eventChannelArray.size (); ch++)
363345 {
364346
@@ -376,7 +358,6 @@ void RecordNode::updateSubprocessorMap()
376358 }
377359
378360 }
379-
380361}
381362
382363int RecordNode::getNumSubProcessors () const
You can’t perform that action at this time.
0 commit comments