cppcheck: unused variables

This commit is contained in:
Caolán McNamara 2010-12-05 12:09:43 +00:00
parent 8413cf2101
commit 1e8a123248

View file

@ -514,9 +514,6 @@ unsigned char * bridges::cpp_uno::shared::VtableFactory::addLocalFunctions(
reinterpret_cast<
typelib_InterfaceMethodTypeDescription * >(member);
bool issimple = bridges::cpp_uno::shared::isSimpleType(
pMethodTD->pReturnTypeRef);
code = codeSnippet(code, functionOffset++, vtableOffset);
break;
}