mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add comments to UnusedPruner
This commit is contained in:
committed by
Alex Beregszaszi
parent
33b27258e4
commit
0b8060648e
@@ -49,8 +49,10 @@ public:
|
||||
using ASTModifier::operator();
|
||||
virtual void operator()(Block& _block) override;
|
||||
|
||||
// @returns true iff the code changed in the previous run.
|
||||
bool shouldRunAgain() const { return m_shouldRunAgain; }
|
||||
|
||||
// Run the pruner until the code does not change anymore.
|
||||
static void runUntilStabilised(Block& _ast);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user