diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 4823d36..6692c68 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -466,13 +466,6 @@ public: */ void FindSubDirectoryCMakeListsFiles(std::vector<cmMakefile*>& makefiles); - /** Generate the cache file only. This is done - * by calling FindSubDirectoryCMakeListsFiles which - * will cause all the rules to fire, and the cache to - * be filled. - */ - void GenerateCacheOnly(); - /** * find what source group this source is in */ |