COMP: Removed unused parameter warning.

This commit is contained in:
Brad King 2005-03-01 13:32:58 -05:00
parent c7beb28657
commit 35f36d3f0f
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ cmDependsJava::~cmDependsJava()
}
//----------------------------------------------------------------------------
bool cmDependsJava::WriteDependencies(std::ostream& os)
bool cmDependsJava::WriteDependencies(std::ostream&)
{
// Make sure this is a scanning instance.
if(m_SourceFile == "")