Remove unused captures

This commit is contained in:
Geza Lore 2025-07-23 14:34:23 +01:00
parent 88a014e941
commit 9a7b506b8f
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@ class HasherVisitor final : public VNVisitorConst {
});
}
void visit(AstJumpGo* nodep) override {
m_hash += hashNodeAndIterate(nodep, false, HASH_CHILDREN, [this, nodep]() {});
m_hash += hashNodeAndIterate(nodep, false, false, []() {});
}
void visit(AstTraceInc* nodep) override {
m_hash += hashNodeAndIterate(nodep, false, HASH_CHILDREN, [this, nodep]() { //