From 9716d431ecc3ed5c7433f5190f5469cd48e3cfb0 Mon Sep 17 00:00:00 2001 From: vil02 <65706193+vil02@users.noreply.github.com> Date: Sat, 4 Oct 2025 08:47:41 +0200 Subject: [PATCH] Remove unused variables --- ntedit.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/ntedit.cpp b/ntedit.cpp index 742d829..acd4220 100644 --- a/ntedit.cpp +++ b/ntedit.cpp @@ -855,7 +855,6 @@ findAcceptedKmer( std::vector& newSeq) { // temporary values - std::string kmer_str; seqNode curr_node = newSeq[t_node_index]; unsigned temp_t_node_index = t_node_index; unsigned temp_h_node_index; @@ -941,7 +940,6 @@ writeEditsToFile( unsigned pos = 0; // track a deletion - std::string deleted_bases; seqNode curr_node = newSeq[node_index]; while (node_index < newSeq.size() && curr_node.node_type != -1) { if (curr_node.node_type == 0) {