Remove unused captures
This commit is contained in:
parent
88a014e941
commit
9a7b506b8f
|
@ -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]() { //
|
||||
|
|
Loading…
Reference in New Issue