Skip to content

remove virtual destructor from HltDecReport

Gerhard Raven requested to merge master-remove-HltDecReport-vtbl into master

HltDecReport has an unnecessary trivial virtual destructor -- which is its only virtual function. Removing this destructor altogether thus removes the need for a vtbl pointer, which reduces the size of an HltDecReport from 16 bytes to 4 bytes.

Merge request reports