summaryrefslogtreecommitdiffstats
path: root/Source/cmTargetLinkLibrariesCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmTargetLinkLibrariesCommand.h')
-rw-r--r--Source/cmTargetLinkLibrariesCommand.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmTargetLinkLibrariesCommand.h b/Source/cmTargetLinkLibrariesCommand.h
index 52d744a..2e1b0d4 100644
--- a/Source/cmTargetLinkLibrariesCommand.h
+++ b/Source/cmTargetLinkLibrariesCommand.h
@@ -44,11 +44,6 @@ public:
virtual bool InitialPass(std::vector<std::string> const& args);
/**
- * Verify that the ordering in CMake is correct.
- */
- virtual void FinalPass();
-
- /**
* The name of the command as specified in CMakeList.txt.
*/
virtual const char* GetName() { return "TARGET_LINK_LIBRARIES";}
@@ -79,7 +74,6 @@ public:
cmTypeMacro(cmTargetLinkLibrariesCommand, cmCommand);
private:
- std::vector<std::string> m_HasLocation;
std::string m_TargetName;
};