Skip to content

Commit c428533

Browse files
committed
Fix unused variable warning
1 parent 3027722 commit c428533

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

root/io/io/TFile_CompressionBenchmarks_MainEvent.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ static void BM_MainEvent_Decompress(benchmark::State &state, int algo) {
5555
TFile *hfile = new TFile(filename.c_str());
5656
TTree *tree = (TTree*)hfile->Get("T");
5757
(void)tree; // silence unused variable warnings. ROOT internals use this tree.
58-
TBranch *branch = tree->GetBranch("event");
5958

6059
Int_t nevent = (Int_t)tree->GetEntries();
6160

0 commit comments

Comments
 (0)