Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
STYLE: Remove local possibleTransformIO from TransformIOFactoryTemplate
Removed the local `possibleTransformIO` variable from the member function `TransformIOFactoryTemplate::CreateTransformIO`, as it appears unnecessary to put all IO objects into that list, before finding the one that can process the specified file path. Reduced amount of duplicate code for read and write, and improved const-correctness.
- Loading branch information