Skip to content

Commit

Permalink
Remove useless assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Nov 22, 2024
1 parent 0310e6b commit 753e1c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util/extractframes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ int extractframes(int argc, const char **argv, const Command& command) {
// continue;
// }
reverseComplementStr.push_back('\n');
seqLen = reverseComplementStr.size() - 1;
data = reverseComplementStr.c_str();
}

Expand Down

0 comments on commit 753e1c6

Please sign in to comment.