Skip to content

Commit

Permalink
Remove obsolete reset
Browse files Browse the repository at this point in the history
  • Loading branch information
tmadlener committed Jun 11, 2024
1 parent 8fd6811 commit ba9f090
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RNTupleWriter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,6 @@ void RNTupleWriter::finish() {
for (auto& [_, catInfo] : m_categories) {
catInfo.writer.reset();
}
metadataWriter.reset();

m_finished = true;
}
Expand Down

0 comments on commit ba9f090

Please sign in to comment.