Skip to content

Commit f0eb4bd

Browse files
committed
Fixed artificial new files in StreamerInputModule
The genuineCloseFile was incorrectly resetting the member which tracked if this is an artificial file boundary.
1 parent babb58f commit f0eb4bd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

IOPool/Streamer/interface/StreamerInputModule.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ namespace edm::streamer {
3232
private:
3333
void genuineCloseFile() override {
3434
if (didArtificialFile_) {
35-
didArtificialFile_ = false;
36-
3735
return;
3836
}
3937
if (pr_.get() != nullptr)

0 commit comments

Comments
 (0)