Skip to content

Commit 40409d1

Browse files
committed
Remove RVec workaround for ROOT 6.34
1 parent 2da497a commit 40409d1

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

types/RVec/nested/write.C

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,4 @@ void write(std::string_view filename = "types.RVec.nested.root") {
6262
*SplitIndex32 = {{4}, {}, {5, 6}};
6363
*SplitIndex64 = {{}, {7, 8, 9}, {}, {10}};
6464
writer->Fill();
65-
66-
// Work around bug in 6.34 for destroying RVec's, later fixed by commit
67-
// https://github.com/root-project/root/commit/996cac359d for 6.36.
68-
Index32->clear();
69-
Index64->clear();
70-
SplitIndex32->clear();
71-
SplitIndex64->clear();
7265
}

0 commit comments

Comments
 (0)