Skip to content

Commit

Permalink
Remove field shadowing superclass field
Browse files Browse the repository at this point in the history
This prevented specific parameters from taking effect in RepeatAnalyzer.
  • Loading branch information
Lenbok committed Aug 13, 2021
1 parent c33a6fa commit ddc67d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion region_analysis/RepeatAnalyzer.hh
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ public:
private:
graphtools::NodeId repeatNodeId() const { return nodeIds_.front(); }

GenotyperParameters genotyperParams_;
const std::string repeatUnit_;
GraphVariantAlignmentStatsCalculator alignmentStatsCalculator_;

Expand Down

0 comments on commit ddc67d9

Please sign in to comment.