mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[SMTChecker] Fix public getter for array of structs.
This commit is contained in:
@@ -311,7 +311,6 @@ protected:
|
||||
void createExpr(Expression const& _e);
|
||||
/// Creates the expression and sets its value.
|
||||
void defineExpr(Expression const& _e, smtutil::Expression _value);
|
||||
|
||||
/// Overwrites the current path condition
|
||||
void setPathCondition(smtutil::Expression const& _e);
|
||||
/// Adds a new path condition
|
||||
|
||||
Reference in New Issue
Block a user