Skip to content

Commit

Permalink
Merge pull request #45246 from Dr15Jones/fixStreamerInputModule_14_0
Browse files Browse the repository at this point in the history
Fixed artificial new files in StreamerInputModule [14_0]
  • Loading branch information
cmsbuild authored Jun 24, 2024
2 parents 518d677 + e013832 commit 90d6c7b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions IOPool/Streamer/interface/StreamerInputModule.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@ namespace edm::streamer {
private:
void genuineCloseFile() override {
if (didArtificialFile_) {
didArtificialFile_ = false;

return;
}
if (pr_.get() != nullptr)
Expand Down

0 comments on commit 90d6c7b

Please sign in to comment.