Merge pull request #3287 from assimp/issue_3253

closes https://github.com/assimp/assimp/issues/3253 : remove useless …
pull/3288/head
Kim Kulling 2020-06-18 20:01:03 +02:00 committed by GitHub
commit c2a732938e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -253,7 +253,6 @@ static bool isDataDefinitionEnd(const char *tmp) {
if (*tmp == '\\') {
tmp++;
if (IsLineEnd(*tmp)) {
tmp++;
return true;
}
}