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