closes https://github.com/assimp/assimp/issues/3253 : remove useless …
@@ -253,7 +253,6 @@ static bool isDataDefinitionEnd(const char *tmp) {
if (*tmp == '\\') {
tmp++;
if (IsLineEnd(*tmp)) {
- tmp++;
return true;
}