# MutantHub mutant #2047: Statement deletion mutation at txgraph.cpp:1906
# Repository: bitcoin/bitcoin @ ca45461ddb2421b4267dad0b7d7bcec88c07eba4
# File: src/txgraph.cpp:1906-1906
# Review: APPROVED; outcome: KILLED
--- a/src/txgraph.cpp
+++ b/src/txgraph.cpp
@@ -1906,1 +1906,1 @@
-    an_clusters.erase(std::unique(an_clusters.begin(), an_clusters.end()), an_clusters.end());
+    // an_clusters.erase(std::unique(an_clusters.begin(), an_clusters.end()), an_clusters.end());
