remove the unused line

This commit is contained in:
Lu Guanqun 2016-01-19 15:00:19 +00:00
parent df728581ce
commit cb3e07acfc

View File

@ -108,7 +108,6 @@ struct VariableDeclarationAnnotation: ASTAnnotation
struct StatementAnnotation: ASTAnnotation, DocumentedAnnotation
{
bool isInLoop = false;
};
struct ReturnAnnotation: StatementAnnotation