[libsolidity] Types: eliminate redundant MagicType::metaType() (use TypeProvider instead)

This commit is contained in:
Christian Parpart
2019-04-17 12:59:48 +02:00
parent a99a460c79
commit b83097bdc6
3 changed files with 1 additions and 9 deletions
-5
View File
@@ -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)