closes https://github.com/assimp/assimp/issues/3253 : remove useless code
This commit is contained in:
@@ -253,7 +253,6 @@ static bool isDataDefinitionEnd(const char *tmp) {
|
||||
if (*tmp == '\\') {
|
||||
tmp++;
|
||||
if (IsLineEnd(*tmp)) {
|
||||
tmp++;
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user