Skip to content

Commit b4e8cce

Browse files
committed
[NFC] Clean up an outdated comment.
1 parent 4ae32a0 commit b4e8cce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hist/hist/src/TAxis.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ Int_t TAxis::FindFixBin(Double_t x) const
431431
if (!fXbins.fN) { //*-* fix bins
432432
bin = 1 + int (fNbins*(x-fXmin)/(fXmax-fXmin) );
433433
} else { //*-* variable bin sizes
434-
// for (bin =1; x >= fXbins.fArray[bin]; bin++);
435434
bin = 1 + TMath::BinarySearch(fXbins.fN,fXbins.fArray,x);
436435
}
437436
}

0 commit comments

Comments
 (0)