Fix a bug when checking parenthesis pairing for the opposite direction

of the first dart
This commit is contained in:
Youmu 2020-06-26 17:35:30 -04:00
parent 47702769b9
commit e2a59611ce
1 changed files with 0 additions and 4 deletions

View File

@ -775,10 +775,6 @@ public:
{
parenthesis_pairing.pop();
}
else if(next == pr.length() - 1 && prev == 0)
{
parenthesis_pairing.pop();
}
else
{
parenthesis_pairing.push(it->m_idx);