closes https://github.com/assimp/assimp/issues/3253 : remove useless code
parent
4cd7e48f19
commit
b3af5c5a14
|
@ -253,7 +253,6 @@ static bool isDataDefinitionEnd(const char *tmp) {
|
||||||
if (*tmp == '\\') {
|
if (*tmp == '\\') {
|
||||||
tmp++;
|
tmp++;
|
||||||
if (IsLineEnd(*tmp)) {
|
if (IsLineEnd(*tmp)) {
|
||||||
tmp++;
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue