Remove deprecated comment

- closes https://github.com/assimp/assimp/issues/4869
pull/4876/head
Kim Kulling 2023-01-15 19:12:24 +01:00 committed by GitHub
parent eb328ce69d
commit 2d37f49f51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -154,7 +154,6 @@ private:
const unsigned int column;
};
// XXX should use C++11's unique_ptr - but assimp's need to keep working with 03
typedef const Token* TokenPtr;
typedef std::vector< TokenPtr > TokenList;