Skip to content

Commit a3bfd2c

Browse files
committed
Remove read lock during event data processing in BinaryFileSource
1 parent 86d41da commit a3bfd2c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Source/Processors/FileReader/BinaryFileSource/BinaryFileSource.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ void BinaryFileSource::fillRecordInfo()
306306

307307
void BinaryFileSource::processEventData (EventInfo& eventInfo, int64 start, int64 stop)
308308
{
309-
const ScopedLock sl (m_readLock);
310309
int64 local_start = start % getActiveNumSamples();
311310
int64 local_stop = stop % getActiveNumSamples();
312311

0 commit comments

Comments
 (0)