codemaker/source/cppumaker/cpputype.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 53d7ae8c6b4de6ef50472639979609afa542038a
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Sun May 12 22:53:28 2013 +0200

    cppcheck: unusedVariable (parameters)
    
    Change-Id: I0a7f230cb7e36857079de20a535cd883e30fd46f

diff --git a/codemaker/source/cppumaker/cpputype.cxx 
b/codemaker/source/cppumaker/cpputype.cxx
index 8411f58..5d01a9f 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(
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to