Remove Scope::Label.

This commit is contained in:
chriseth
2020-01-16 19:13:25 +01:00
parent 3d4a2219a6
commit 81569f7208
5 changed files with 1 additions and 58 deletions
-8
View File
@@ -25,14 +25,6 @@ using namespace solidity;
using namespace solidity::yul;
using namespace solidity::util;
bool Scope::registerLabel(YulString _name)
{
if (exists(_name))
return false;
identifiers[_name] = Label();
return true;
}
bool Scope::registerVariable(YulString _name, YulType const& _type)
{
if (exists(_name))