From cb3e07acfcbd9a77b27bfbac600a40cd2725594b Mon Sep 17 00:00:00 2001 From: Lu Guanqun Date: Tue, 19 Jan 2016 15:00:19 +0000 Subject: remove the unused line --- libsolidity/ast/ASTAnnotations.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libsolidity/ast/ASTAnnotations.h b/libsolidity/ast/ASTAnnotations.h index cae606ca..235338bb 100644 --- a/libsolidity/ast/ASTAnnotations.h +++ b/libsolidity/ast/ASTAnnotations.h @@ -108,7 +108,6 @@ struct VariableDeclarationAnnotation: ASTAnnotation struct StatementAnnotation: ASTAnnotation, DocumentedAnnotation { - bool isInLoop = false; }; struct ReturnAnnotation: StatementAnnotation -- cgit v1.2.3