From 9ab066de8c157726b9976588b4907496c3489f42 Mon Sep 17 00:00:00 2001 From: RJ Catalano Date: Tue, 15 Dec 2015 14:47:09 -0600 Subject: new tests --- libsolidity/ast/AST.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libsolidity') diff --git a/libsolidity/ast/AST.h b/libsolidity/ast/AST.h index 964c83fa..1ba4f65b 100644 --- a/libsolidity/ast/AST.h +++ b/libsolidity/ast/AST.h @@ -1155,7 +1155,6 @@ public: private: std::vector> m_components; bool m_isArray; - }; /** -- cgit