Cppcheck : unused "pUnicodes" variable in pdfwriter_impl.cxx

Caolán McNamara caolanm at redhat.com
Fri Jan 18 03:08:30 PST 2013


On Thu, 2013-01-17 at 13:43 -0800, julien2412 wrote:
> Hello,
> 
> Cppcheck reported this:
> vcl/source/gdi/pdfwriter_impl.cxx
> 3203	unreadVariable	style	Variable 'pUnicodes' is assigned a value that is
> never used

> Can we just remove it or something lacking?

Go ahead and remove the pUnicodes, its been unused since the initial
commit in 2009, and there isn't anything local to that code that seems
to have an intent to consume it.

C.



More information about the LibreOffice mailing list