summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2005-02-24 19:27:16 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2005-02-24 19:27:16 (GMT)
commit2ebbf64508e59defaa82e188b8796c2d238f37a7 (patch)
treef5baada837d4ccca686db4a0032edd979773f4d4 /Source
parentc1ca5113314bdc7bc6476523aabe2be3ad1593eb (diff)
downloadCMake-2ebbf64508e59defaa82e188b8796c2d238f37a7.zip
CMake-2ebbf64508e59defaa82e188b8796c2d238f37a7.tar.gz
CMake-2ebbf64508e59defaa82e188b8796c2d238f37a7.tar.bz2
ENH: remove unused code
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalGenerator.cxx11
-rw-r--r--Source/cmLocalGenerator.h3
2 files changed, 0 insertions, 14 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index 3b91dc8..e0d296c 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<std::string>&
- linkPaths,
- std::vector<std::string>&
- 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 88dba50..eaa9a8a 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<std::string>& linkPaths,
- std::vector<std::string>& linkLibs);
protected:
/** Construct a script from the given list of command lines. */
std::string ConstructScript(const cmCustomCommandLines& commandLines,