diff options
author | Peter Kümmel <syntheticpp@gmx.net> | 2012-08-22 10:42:16 (GMT) |
---|---|---|
committer | Peter Kümmel <syntheticpp@gmx.net> | 2012-08-22 12:11:30 (GMT) |
commit | 709fa59562569b6c6a8244f5ba53b60ebf840a30 (patch) | |
tree | 956796ec7d97c19729d3d19c0649acdfd927bf2e /Source/cmNinjaTargetGenerator.h | |
parent | 4bb4787780e51d18b9744f52bfa635818dd34ca5 (diff) | |
download | CMake-709fa59562569b6c6a8244f5ba53b60ebf840a30.zip CMake-709fa59562569b6c6a8244f5ba53b60ebf840a30.tar.gz CMake-709fa59562569b6c6a8244f5ba53b60ebf840a30.tar.bz2 |
Ninja: remove GetTargetPDB because it is used only once
Diffstat (limited to 'Source/cmNinjaTargetGenerator.h')
-rw-r--r-- | Source/cmNinjaTargetGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmNinjaTargetGenerator.h b/Source/cmNinjaTargetGenerator.h index 0c52fc4..cd20694 100644 --- a/Source/cmNinjaTargetGenerator.h +++ b/Source/cmNinjaTargetGenerator.h @@ -40,7 +40,6 @@ public: virtual void Generate() = 0; - std::string GetTargetPDB() const; std::string GetTargetName() const; protected: |