Skip to content

Commit

Permalink
fix: Remove duplicate definition of InputSeqProgContainer
Browse files Browse the repository at this point in the history
  • Loading branch information
ekg committed Sep 26, 2024
1 parent da7a7ac commit 0f9120d
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/map/include/computeMap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,16 +71,6 @@ namespace skch
std::atomic<int>* fragments_processed;
};

struct InputSeqProgContainer {
std::string seq;
std::string seqName;
seqno_t seqCounter;
int len;
progress_meter::ProgressMeter& progress;

InputSeqProgContainer(const std::string& s, const std::string& n, seqno_t c, progress_meter::ProgressMeter& p)
: seq(s), seqName(n), seqCounter(c), len(s.length()), progress(p) {}
};
/**
* @class skch::Map
* @brief L1 and L2 mapping stages
Expand Down

0 comments on commit 0f9120d

Please sign in to comment.