diff options
author | chriseth <chris@ethereum.org> | 2018-10-16 23:01:13 +0800 |
---|---|---|
committer | chriseth <chris@ethereum.org> | 2018-10-17 23:21:55 +0800 |
commit | 732d09cef1548e2111c47b6f5b04a54db10a9d41 (patch) | |
tree | 757af93eb855da8de07c99d5429be27a95f78ab1 /libyul/optimiser/FullInliner.h | |
parent | f2f72ff7eea9a461ae8c71a13428e499c8b91025 (diff) | |
download | dexon-solidity-732d09cef1548e2111c47b6f5b04a54db10a9d41.tar.gz dexon-solidity-732d09cef1548e2111c47b6f5b04a54db10a9d41.tar.zst dexon-solidity-732d09cef1548e2111c47b6f5b04a54db10a9d41.zip |
Limit size of generated names and add convenience constructors.
Diffstat (limited to 'libyul/optimiser/FullInliner.h')
-rw-r--r-- | libyul/optimiser/FullInliner.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libyul/optimiser/FullInliner.h b/libyul/optimiser/FullInliner.h index 495286c0..5037b56e 100644 --- a/libyul/optimiser/FullInliner.h +++ b/libyul/optimiser/FullInliner.h @@ -106,8 +106,6 @@ private: boost::optional<std::vector<Statement>> tryInlineStatement(Statement& _statement); std::vector<Statement> performInline(Statement& _statement, FunctionCall& _funCall); - std::string newName(std::string const& _prefix); - std::string m_currentFunction; FullInliner& m_driver; NameDispenser& m_nameDispenser; |