diff options
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index 13f873c..5e9e87b 100644 --- a/Source/cmMakefile.h +++ b/Source/cmMakefile.h @@ -616,12 +616,6 @@ public: cmSourceFile* GetOrCreateSource(const std::string& sourceName, bool generated = false); - /** - * Obtain a list of auxiliary source directories. - */ - const std::vector<std::string>& GetAuxSourceDirectories() const - {return this->AuxSourceDirectories;} - //@{ /** * Return a list of extensions associated with source and header |