Remove unnecessary vector allocation
ClosedPublic

Authored by poke1024 on Sep 20 2017, 5:36 PM.

Details

Summary

Vector allocated but not used here. Shows up in profiling on OS X with about 0.5% (actual calls to new and free).

Diff Detail

Repository
R37 Krita
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
poke1024 created this revision.Sep 20 2017, 5:36 PM
dkazakov accepted this revision.Sep 22 2017, 9:38 PM
dkazakov added a subscriber: dkazakov.

Yep, seem to be forgotten during the refactoring.

This revision is now accepted and ready to land.Sep 22 2017, 9:38 PM
This revision was automatically updated to reflect the committed changes.