Skip to content

Commit

Permalink
[DOR-857] Maybe unused
Browse files Browse the repository at this point in the history
  • Loading branch information
malton-ont committed Sep 16, 2024
1 parent b04bbac commit 6666df5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dorado/poly_tail/dna_poly_tail_calculator.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ class DNAPolyTailCalculator : public PolyTailCalculator {
int signal_length_adjustment(int) const override { return 0; };
float min_avg_val() const override { return -3.0f; }
std::pair<int, int> buffer_range(const std::pair<int, int>& interval,
float samples_per_base) const override {
(void)samples_per_base;
[[maybe_unused]] float samples_per_base) const override {
// The buffer is currently the length of the interval
// itself. This heuristic generally works because a longer interval
// detected is likely to be the correct one so we relax the
Expand Down

0 comments on commit 6666df5

Please sign in to comment.