We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3027722 commit c428533Copy full SHA for c428533
root/io/io/TFile_CompressionBenchmarks_MainEvent.cxx
@@ -55,7 +55,6 @@ static void BM_MainEvent_Decompress(benchmark::State &state, int algo) {
55
TFile *hfile = new TFile(filename.c_str());
56
TTree *tree = (TTree*)hfile->Get("T");
57
(void)tree; // silence unused variable warnings. ROOT internals use this tree.
58
- TBranch *branch = tree->GetBranch("event");
59
60
Int_t nevent = (Int_t)tree->GetEntries();
61
0 commit comments