mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
clear() was only required by a unittest to execute two tests directly after another. This can also be done in a cleaner way by creating a new CInterpolator instead of requiring a separate method for resetting the interpolator.