Skip to content

Commit 70c50ca

Browse files
committed
removed unused variables
1 parent 882a6b3 commit 70c50ca

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/clustering/Clustering.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,8 @@ Clustering::Clustering(const std::string &seqDB, const std::string &seqDBIndex,
7676
mappingStream.open(seqDB + ".lookup");
7777

7878
line = "";
79-
size_t lookupOrder = 0;
8079
while (std::getline(mappingStream, line)) {
8180
std::vector<std::string> split = Util::split(line, "\t");
82-
unsigned int key = strtoul(split[0].c_str(), NULL, 10);
8381
setkey = strtoul(split[2].c_str(), NULL, 10);
8482
sourceOffsets[setkey]++;
8583
sourceOffsetsDecrease[setkey]++;

0 commit comments

Comments
 (0)