From 2ebbf64508e59defaa82e188b8796c2d238f37a7 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Thu, 24 Feb 2005 14:27:16 -0500 Subject: [PATCH] ENH: remove unused code --- Source/cmLocalGenerator.cxx | 11 ----------- Source/cmLocalGenerator.h | 3 --- 2 files changed, 14 deletions(-) diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 3b91dc8d8..e0d296c13 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -1077,17 +1077,6 @@ void cmLocalGenerator::GetTargetFlags(std::string& linkLibs, } } - -void -cmLocalGenerator::DetermineLibraryPathOrder(const cmTarget& target, - std::vector& - linkPaths, - std::vector& - linkLibs) -{ - -} - /** * Output the linking rules on a command line. For executables, * targetLibrary should be a NULL pointer. For libraries, it should point diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index 88dba506e..eaa9a8a2f 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -103,9 +103,6 @@ public: ///! for existing files convert to output path and short path if spaces std::string ConvertToOutputForExisting(const char* p); - void DetermineLibraryPathOrder(const cmTarget& target, - std::vector& linkPaths, - std::vector& linkLibs); protected: /** Construct a script from the given list of command lines. */ std::string ConstructScript(const cmCustomCommandLines& commandLines,