COMP: Removed unused paramter from cmLocalGenerator::OutputLinkLibraries.

This commit is contained in:
Brad King
2006-01-13 18:33:51 -05:00
parent 22c62c9e65
commit 327489ae59
3 changed files with 5 additions and 6 deletions

View File

@@ -174,7 +174,7 @@ protected:
cmTarget&target);
///! put all the libraries for a target on into the given stream
virtual void OutputLinkLibraries(std::ostream&, const char* name,cmTarget &);
virtual void OutputLinkLibraries(std::ostream&, cmTarget&);
/** Compute the string to use to refer to a target in an install
file. */