Remove obsolete errorTag()

This commit is contained in:
Alex Beregszaszi
2017-06-14 21:21:26 +01:00
parent 42b61171d9
commit 398099f50e
3 changed files with 1 additions and 4 deletions
-2
View File
@@ -141,8 +141,6 @@ public:
CompilerContext& appendInvalid();
/// Appends a conditional INVALID instruction
CompilerContext& appendConditionalInvalid();
/// Returns an "ErrorTag"
eth::AssemblyItem errorTag() { return m_asm->errorTag(); }
/// Appends a JUMP to a specific tag
CompilerContext& appendJumpTo(eth::AssemblyItem const& _tag) { m_asm->appendJump(_tag); return *this; }
/// Appends pushing of a new tag and @returns the new tag.