Skip to content

Commit

Permalink
Merge pull request #45247 from Dr15Jones/fixStreamerInputModule
Browse files Browse the repository at this point in the history
Fixed artificial new files in StreamerInputModule
  • Loading branch information
cmsbuild authored Jun 18, 2024
2 parents d5c11cd + f0eb4bd commit 9030bf6
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 @@ -32,8 +32,6 @@ namespace edm::streamer {
private:
void genuineCloseFile() override {
if (didArtificialFile_) {
didArtificialFile_ = false;

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

0 comments on commit 9030bf6

Please sign in to comment.