mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Check early if solvers are available.
This commit is contained in:
@@ -426,8 +426,6 @@ protected:
|
||||
|
||||
smt::VariableUsage m_variableUsage;
|
||||
bool m_arrayAssignmentHappened = false;
|
||||
// True if the "No SMT solver available" warning was already created.
|
||||
bool m_noSolverWarning = false;
|
||||
|
||||
/// Stores the instances of an Uninterpreted Function applied to arguments.
|
||||
/// These may be direct application of UFs or Array index access.
|
||||
|
||||
Reference in New Issue
Block a user