summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-09-03 17:24:10 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-09-03 17:24:10 (GMT)
commit46a493ae7458119573b2185fce7084e9001de1f2 (patch)
tree9b648ac841aea2ae6a54d8b4c3f54d54e3c0867b /Source/cmLocalGenerator.cxx
parentc2ef51e1816fa9b82b1319b5c5c3cbfc3256cea1 (diff)
downloadCMake-46a493ae7458119573b2185fce7084e9001de1f2.zip
CMake-46a493ae7458119573b2185fce7084e9001de1f2.tar.gz
CMake-46a493ae7458119573b2185fce7084e9001de1f2.tar.bz2
ENH: remove warnings
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index 131c6ff..9b28bdb 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -519,8 +519,3 @@ std::string cmLocalGenerator::ConvertToRelativeOutputPath(const char* p)
}
-const char* cmLocalGenerator::GetFileLanguage(const char* ext)
-{
- // fill a map of languages enabled
- return 0;
-}