From 58aea3f36c14414f95668e229a7350598f6c53a8 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 30 Sep 2015 10:29:19 +0200 Subject: loplugin:unusedmethods - improvements to the plugin to find more method calls - improvements to python script to remove more false+ - fix the FORCE_COMPILE_ALL build flag to include code in the $WORKDIR Change-Id: I4d6015dcb9b9d60c26f0bcee8abad807177a7836 Reviewed-on: https://gerrit.libreoffice.org/19064 Tested-by: Jenkins Reviewed-by: Noel Grandin --- idlc/inc/idlc/idlc.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'idlc/inc') diff --git a/idlc/inc/idlc/idlc.hxx b/idlc/inc/idlc/idlc.hxx index 4a65dc04cdf9..7d92c7f9493e 100644 --- a/idlc/inc/idlc/idlc.hxx +++ b/idlc/inc/idlc/idlc.hxx @@ -144,7 +144,6 @@ sal_Int32 produceFile(const OString& filenameBase, // filenameBase is filename without ".idl" void removeIfExists(const OString& pathname); -OString makeTempName(const OString& prefix, const OString& postfix); bool copyFile(const OString* source, const OString& target); // a null source means stdin -- cgit