summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-01-25 13:26:57 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-02-05 19:44:25 (GMT)
commit3f3db74413fc6b0afe4aa484c0ada2d5271ef0ba (patch)
treea9b04a326997dea07cdea400328130d2e9de1be7 /Source/cmMakefile.h
parentbd990c803b40e1532cab6b29c75414ca6f30e782 (diff)
downloadCMake-3f3db74413fc6b0afe4aa484c0ada2d5271ef0ba.zip
CMake-3f3db74413fc6b0afe4aa484c0ada2d5271ef0ba.tar.gz
CMake-3f3db74413fc6b0afe4aa484c0ada2d5271ef0ba.tar.bz2
cmMakefile: Remove ExpandSourceListArguments.
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index bff8c12..5f22485 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -599,17 +599,6 @@ public:
*/
void AddSystemIncludeDirectories(const std::set<std::string> &incs);
- /** Expand out any arguements in the vector that have ; separated
- * strings into multiple arguements. A new vector is created
- * containing the expanded versions of all arguments in argsIn.
- * This method differes from the one in cmSystemTools in that if
- * the CmakeLists file is version 1.2 or earlier it will check for
- * source lists being used without ${} around them
- */
- void ExpandSourceListArguments(std::vector<std::string> const& argsIn,
- std::vector<std::string>& argsOut,
- unsigned int startArgumentIndex) const;
-
/** Get a cmSourceFile pointer for a given source name, if the name is
* not found, then a null pointer is returned.
*/