diff options
Diffstat (limited to 'Source/cmComputeLinkInformation.cxx')
-rw-r--r-- | Source/cmComputeLinkInformation.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmComputeLinkInformation.cxx b/Source/cmComputeLinkInformation.cxx index cd671d9..554d8de 100644 --- a/Source/cmComputeLinkInformation.cxx +++ b/Source/cmComputeLinkInformation.cxx @@ -1476,9 +1476,3 @@ std::string cmComputeLinkInformation::GetChrpathString() return this->GetRPathString(true); } - -//---------------------------------------------------------------------------- -std::string cmComputeLinkInformation::GetChrpathTool() -{ - return this->Makefile->GetSafeDefinition("CMAKE_CHRPATH"); -} |