mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
From looking at profiles, we're always copying paths at least once when recording commands. By deleting the copy constructor, I cna ensure that we're always either moving or explicitly cloning the Path object. Or, now that I fixed all the moves I could add the copy constructor back.