Remove the TODO to prevent from the useless modification

This commit is contained in:
Don HO 2018-03-04 22:13:53 +00:00
parent 9b565319e3
commit d9f3cfd82b

View File

@ -2548,7 +2548,7 @@ int Notepad_plus::findMachedBracePos(size_t startPos, size_t endPos, char target
}
}
}
else // forward - TODO
else // forward
{
}
return -1;