Skip to content

Commit

Permalink
remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-p committed Nov 12, 2015
1 parent 30fffa4 commit 55c9318
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/SailfishQuantify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ void processReadsQuasi(single_parser* parser,
auto transcriptID = h.transcriptID();
txpIDs.push_back(transcriptID);
auxProbs.push_back(auxProb);
//boost::hash_combine(txpIDsHash, transcriptID);
}
TranscriptGroup tg(txpIDs);
eqBuilder.addGroup(std::move(tg), auxProbs);
Expand Down

0 comments on commit 55c9318

Please sign in to comment.