Remove error label / invalid jump label.

This commit is contained in:
chriseth
2017-04-28 13:14:52 +02:00
parent f9bccab7b7
commit 28f10f4783
8 changed files with 3 additions and 53 deletions
-4
View File
@@ -39,10 +39,6 @@ using namespace dev::solidity::assembly;
ScopeFiller::ScopeFiller(ScopeFiller::Scopes& _scopes, ErrorList& _errors):
m_scopes(_scopes), m_errors(_errors)
{
// Make the Solidity ErrorTag available to inline assembly
Scope::Label errorLabel;
errorLabel.id = Scope::Label::errorLabelId;
scope(nullptr).identifiers["invalidJumpLabel"] = errorLabel;
m_currentScope = &scope(nullptr);
}