mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[libsolidity] Types: eliminate redundant MagicType::metaType() (use TypeProvider instead)
This commit is contained in:
@@ -3415,11 +3415,6 @@ string ModuleType::toString(bool) const
|
||||
return string("module \"") + m_sourceUnit.annotation().path + string("\"");
|
||||
}
|
||||
|
||||
MagicType const* MagicType::metaType(TypePointer _type)
|
||||
{
|
||||
return TypeProvider::metaType(_type);
|
||||
}
|
||||
|
||||
string MagicType::richIdentifier() const
|
||||
{
|
||||
switch (m_kind)
|
||||
|
||||
Reference in New Issue
Block a user