Skip to content

2022-June-09 - Prerelease - 2.6.880

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jun 04:30
046856d
Remove TransportTracker.isTransporting(). (#10612)

* Remove TransportTracker.isTransporting().

It's a duplicate of u.isTransporting(). The latter is marked deprecated for performance reasons, but the former ran the same code and so it didn't make sense for one to be deprecated but not the other.

* Remove imports.