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

callcatcher: unused getExtraInputFile

üst 0aea4f41
......@@ -72,7 +72,6 @@ public:
const StringVector& getInputFiles();
::rtl::OString getExtraInputFile(sal_uInt16 index) const throw( IllegalArgument );
inline sal_uInt16 getNumberOfExtraInputFiles() const
{ return (sal_uInt16)m_extra_input_files.size(); }
inline const StringVector& getExtraInputFiles() const
......
......@@ -86,16 +86,4 @@ const StringVector& Options::getInputFiles()
return m_inputFiles;
}
OString Options::getExtraInputFile(sal_uInt16 index) const
throw( IllegalArgument )
{
if (index < m_extra_input_files.size())
{
return m_extra_input_files[index];
} else
{
throw IllegalArgument("index is out of bound.");
}
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
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