Kaydet (Commit) f5bcc7d9 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#440030 Logically dead code

Change-Id: I77428c6cf1f79dcc0e2c5e1d52f9b4b8c88130e3
üst d09c534c
...@@ -293,20 +293,7 @@ sal_Bool CppuOptions::initOptions(int ac, char* av[], sal_Bool bCmdFile) ...@@ -293,20 +293,7 @@ sal_Bool CppuOptions::initOptions(int ac, char* av[], sal_Bool bCmdFile)
} }
else else
{ {
if (bCmdFile) m_inputFiles.push_back(av[i]);
{
m_inputFiles.push_back(av[i]);
}
else
{
OUString system_filepath;
if (osl_getCommandArg( i-1, &system_filepath.pData )
!= osl_Process_E_None)
{
OSL_ASSERT(false);
}
m_inputFiles.push_back(OUStringToOString(system_filepath, osl_getThreadTextEncoding()));
}
} }
} }
} }
......
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