[PATCH] Remove unused code (ImpSvtData)

Caolán McNamara caolanm at redhat.com
Wed Apr 25 05:47:50 PDT 2012


On Wed, 2012-04-25 at 05:16 -0700, Javier Catala wrote:
> Hi everyone,
> 
> This patch removes unused destructor in the ImpSvtData class, as listed in unusedcode.easy

Yeah, but see unusedcode.README and "f". If the constructor used, but
the destructor is unused. Then its probably a leak and we should try and
fix the leak and call the destructor somewhere rather than removing the
destructor.

C.



More information about the LibreOffice mailing list