Remove another unnecessary assignment

This commit is contained in:
Stephan Witt 2020-02-12 12:28:18 +01:00
parent cd3f11e585
commit 3ee1bcad04

View File

@ -2134,7 +2134,6 @@ bool Parser::parse1(InsetMathGrid & grid, unsigned flags,
if (flags & FLAG_LEAVE) {
flags &= ~FLAG_LEAVE;
break;
}
}