mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Do not show redundant unsupported errors in SMTChecker
This commit is contained in:
@@ -46,9 +46,10 @@ using namespace solidity::frontend;
|
||||
SMTEncoder::SMTEncoder(
|
||||
smt::EncodingContext& _context,
|
||||
ModelCheckerSettings const& _settings,
|
||||
UniqueErrorReporter& _errorReporter,
|
||||
langutil::CharStreamProvider const& _charStreamProvider
|
||||
):
|
||||
m_errorReporter(m_smtErrors),
|
||||
m_errorReporter(_errorReporter),
|
||||
m_context(_context),
|
||||
m_settings(_settings),
|
||||
m_charStreamProvider(_charStreamProvider)
|
||||
|
||||
Reference in New Issue
Block a user