summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalUnixMakefileGenerator3.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-08-03 13:26:07 (GMT)
committerBrad King <brad.king@kitware.com>2006-08-03 13:26:07 (GMT)
commit88702ff4424478dac8efef80324437632584fbff (patch)
tree74830590180dc323706fbca7324241318db012bc /Source/cmLocalUnixMakefileGenerator3.h
parente647052d4986de9cbe852faa1d79c03147cea13a (diff)
downloadCMake-88702ff4424478dac8efef80324437632584fbff.zip
CMake-88702ff4424478dac8efef80324437632584fbff.tar.gz
CMake-88702ff4424478dac8efef80324437632584fbff.tar.bz2
ENH: Moved GetSourceFileLanguage up to cmLocalGenerator.
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator3.h')
-rw-r--r--Source/cmLocalUnixMakefileGenerator3.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator3.h b/Source/cmLocalUnixMakefileGenerator3.h
index f83f102..9a61b30 100644
--- a/Source/cmLocalUnixMakefileGenerator3.h
+++ b/Source/cmLocalUnixMakefileGenerator3.h
@@ -174,12 +174,6 @@ public:
// cleanup the name of a potential target
std::string ConvertToMakeTarget(const char* tgt);
-
- const char* GetSourceFileLanguage(const cmSourceFile& source);
-
-
-
-
/** Called from command-line hook to scan dependencies. */
virtual bool ScanDependencies(const char* tgtInfo);