diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-09-03 17:24:10 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-09-03 17:24:10 (GMT) |
commit | 46a493ae7458119573b2185fce7084e9001de1f2 (patch) | |
tree | 9b648ac841aea2ae6a54d8b4c3f54d54e3c0867b /Source/cmLocalGenerator.h | |
parent | c2ef51e1816fa9b82b1319b5c5c3cbfc3256cea1 (diff) | |
download | CMake-46a493ae7458119573b2185fce7084e9001de1f2.zip CMake-46a493ae7458119573b2185fce7084e9001de1f2.tar.gz CMake-46a493ae7458119573b2185fce7084e9001de1f2.tar.bz2 |
ENH: remove warnings
Diffstat (limited to 'Source/cmLocalGenerator.h')
-rw-r--r-- | Source/cmLocalGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.h b/Source/cmLocalGenerator.h index e4de6d2..792d8e1 100644 --- a/Source/cmLocalGenerator.h +++ b/Source/cmLocalGenerator.h @@ -91,7 +91,6 @@ public: cmLocalGenerator* GetParent(){return m_Parent;} void SetParent(cmLocalGenerator* g) { m_Parent = g;} - const char* GetFileLanguage(const char*); protected: virtual void AddInstallRule(std::ostream& fout, const char* dest, int type, const char* files, bool optional = false, const char* properties = 0); |