From 53d7ae8c6b4de6ef50472639979609afa542038a Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sun, 12 May 2013 22:53:28 +0200 Subject: [PATCH] cppcheck: unusedVariable (parameters) Change-Id: I0a7f230cb7e36857079de20a535cd883e30fd46f --- codemaker/source/cppumaker/cpputype.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/codemaker/source/cppumaker/cpputype.cxx b/codemaker/source/cppumaker/cpputype.cxx index 8411f58a7702..5d01a9f4bb37 100755 --- a/codemaker/source/cppumaker/cpputype.cxx +++ b/codemaker/source/cppumaker/cpputype.cxx @@ -1986,7 +1986,6 @@ void PlainStructType::dumpComprehensiveGetCppuType(FileStream & out) { << indent() << "{\n"; inc(); out << indent() << "::rtl::OUString the_name( \"" << name_ << "\" );\n"; - std::map< OUString, sal_uInt32 > parameters; std::map< OUString, sal_uInt32 > types; std::vector< unoidl::PlainStructTypeEntity::Member >::size_type n = 0; for (std::vector< unoidl::PlainStructTypeEntity::Member >::const_iterator i(