Kaydet (Commit) 53d7ae8c authored tarafından Julien Nabet's avatar Julien Nabet

cppcheck: unusedVariable (parameters)

Change-Id: I0a7f230cb7e36857079de20a535cd883e30fd46f
üst dfcdfd85
...@@ -1986,7 +1986,6 @@ void PlainStructType::dumpComprehensiveGetCppuType(FileStream & out) { ...@@ -1986,7 +1986,6 @@ void PlainStructType::dumpComprehensiveGetCppuType(FileStream & out) {
<< indent() << "{\n"; << indent() << "{\n";
inc(); inc();
out << indent() << "::rtl::OUString the_name( \"" << name_ << "\" );\n"; out << indent() << "::rtl::OUString the_name( \"" << name_ << "\" );\n";
std::map< OUString, sal_uInt32 > parameters;
std::map< OUString, sal_uInt32 > types; std::map< OUString, sal_uInt32 > types;
std::vector< unoidl::PlainStructTypeEntity::Member >::size_type n = 0; std::vector< unoidl::PlainStructTypeEntity::Member >::size_type n = 0;
for (std::vector< unoidl::PlainStructTypeEntity::Member >::const_iterator i( for (std::vector< unoidl::PlainStructTypeEntity::Member >::const_iterator i(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment