COMP: Removed unused parameter warning.
This commit is contained in:
parent
c7beb28657
commit
35f36d3f0f
|
@ -40,7 +40,7 @@ cmDependsJava::~cmDependsJava()
|
||||||
}
|
}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------
|
//----------------------------------------------------------------------------
|
||||||
bool cmDependsJava::WriteDependencies(std::ostream& os)
|
bool cmDependsJava::WriteDependencies(std::ostream&)
|
||||||
{
|
{
|
||||||
// Make sure this is a scanning instance.
|
// Make sure this is a scanning instance.
|
||||||
if(m_SourceFile == "")
|
if(m_SourceFile == "")
|
||||||
|
|
Loading…
Reference in New Issue