summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-23 12:39:44 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-24 11:29:48 (GMT)
commit9afc9e847893ff49e4085ef55f59d62119b58026 (patch)
tree548c2be0043b8806a7e8ffa7121adda1bcb5ab77 /Source
parent73245e591109c38712d5aa91bee655de70e8456a (diff)
downloadCMake-9afc9e847893ff49e4085ef55f59d62119b58026.zip
CMake-9afc9e847893ff49e4085ef55f59d62119b58026.tar.gz
CMake-9afc9e847893ff49e4085ef55f59d62119b58026.tar.bz2
GHS: Remove BuildFileName.
It is never read or written.
Diffstat (limited to 'Source')
-rw-r--r--Source/cmLocalGhsMultiGenerator.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmLocalGhsMultiGenerator.h b/Source/cmLocalGhsMultiGenerator.h
index 0d11315..16b26fd 100644
--- a/Source/cmLocalGhsMultiGenerator.h
+++ b/Source/cmLocalGhsMultiGenerator.h
@@ -34,13 +34,8 @@ public:
*/
virtual void Generate();
- const char *GetBuildFileName() { return this->BuildFileName.c_str(); }
-
protected:
virtual bool CustomCommandUseLocal() const { return true; }
-
-private:
- std::string BuildFileName;
};
#endif