summaryrefslogtreecommitdiff
path: root/Source/cmExportLibraryDependenciesCommand.h
diff options
context:
space:
mode:
authorDaniel Pfeifer <daniel@pfeifer-mail.de>2016-12-28 23:43:11 +0100
committerRegina Pfeifer <regina@mailbox.org>2019-07-18 11:53:46 +0200
commit20169f0b8de5d0e5efea2d67a735332786173c23 (patch)
treeecb5c367721d6c6104a3e3b5c54a86f2fd49ebc0 /Source/cmExportLibraryDependenciesCommand.h
parenta74dad3bd3e5e4bbf09764a0b6bdedfe842442a7 (diff)
downloadcmake-20169f0b8de5d0e5efea2d67a735332786173c23.tar.gz
cmExportLibraryDependenciesCommand: Port away from FinalPass
Diffstat (limited to 'Source/cmExportLibraryDependenciesCommand.h')
-rw-r--r--Source/cmExportLibraryDependenciesCommand.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/cmExportLibraryDependenciesCommand.h b/Source/cmExportLibraryDependenciesCommand.h
index 5255d63c5b..4817162c7d 100644
--- a/Source/cmExportLibraryDependenciesCommand.h
+++ b/Source/cmExportLibraryDependenciesCommand.h
@@ -23,14 +23,6 @@ public:
}
bool InitialPass(std::vector<std::string> const& args,
cmExecutionStatus& status) override;
-
- void FinalPass() override;
- bool HasFinalPass() const override { return true; }
-
-private:
- std::string Filename;
- bool Append = false;
- void ConstFinalPass() const;
};
#endif