diff options
author | chriseth <chris@ethereum.org> | 2017-06-14 06:01:06 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2017-06-14 06:01:06 +0800 |
commit | c554145f4d7063422a5e105e2b600b640cf3d8d1 (patch) | |
tree | 604062962d8c5f70c4eed00c5522d25905bf75b4 /libsolidity/inlineasm | |
parent | 45d96959f88e951af0e2ccf0217f19d75da66ed1 (diff) | |
download | dexon-solidity-c554145f4d7063422a5e105e2b600b640cf3d8d1.tar.gz dexon-solidity-c554145f4d7063422a5e105e2b600b640cf3d8d1.tar.zst dexon-solidity-c554145f4d7063422a5e105e2b600b640cf3d8d1.zip |
Move stack height to generation phase.
Diffstat (limited to 'libsolidity/inlineasm')
-rw-r--r-- | libsolidity/inlineasm/AsmScope.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libsolidity/inlineasm/AsmScope.h b/libsolidity/inlineasm/AsmScope.h index 5e22c6e7..23cf61f2 100644 --- a/libsolidity/inlineasm/AsmScope.h +++ b/libsolidity/inlineasm/AsmScope.h @@ -67,8 +67,6 @@ struct Scope struct Variable { - /// Used during code generation to store the stack height. @todo move there. - int stackHeight = 0; /// Used during analysis to check whether we already passed the declaration inside the block. /// @todo move there. bool active = false; |