remove virtual destructor from HltDecReport
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.