================
@@ -709,14 +707,6 @@ ExplodedNode* NodeBuilder::generateNodeImpl(const 
ProgramPoint &Loc,
   return N;
 }
 
-StmtNodeBuilder::~StmtNodeBuilder() {
-  if (EnclosingBldr)
-    for (const auto I : Frontier)
-      EnclosingBldr->addNodes(I);
-}
----------------
NagyDonat wrote:

`EnclosingBldr` was always a nullpointer because that was the default argument 
in the constructor, no constructor call specified something else, and nothing 
changed it later.

https://github.com/llvm/llvm-project/pull/180960
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to