From 154002cda05a75203b625d23ce507787bd5fa5e4 Mon Sep 17 00:00:00 2001 From: chriseth Date: Wed, 14 Jun 2017 00:07:13 +0200 Subject: Move "active variable" to analysis phase. --- libsolidity/inlineasm/AsmScope.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'libsolidity/inlineasm/AsmScope.h') diff --git a/libsolidity/inlineasm/AsmScope.h b/libsolidity/inlineasm/AsmScope.h index c8e38c8a..de9119e0 100644 --- a/libsolidity/inlineasm/AsmScope.h +++ b/libsolidity/inlineasm/AsmScope.h @@ -65,16 +65,8 @@ struct Scope using JuliaType = std::string; using LabelID = size_t; - struct Variable - { - /// Used during analysis to check whether we already passed the declaration inside the block. - /// @todo move there. - bool active = false; - JuliaType type; - }; - + struct Variable { JuliaType type; }; struct Label { }; - struct Function { std::vector arguments; -- cgit v1.2.3