diff options
author | Brad King <brad.king@kitware.com> | 2015-07-22 13:41:32 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-07-27 09:45:35 -0400 |
commit | 295480b923338de82bdaa965aed9960d582a1750 (patch) | |
tree | cdad24870792ca3cdbbdbcb9f59ba3748ff75e19 /Source/cmDependsFortran.h | |
parent | 98b9645bcebf009643cff4e265cfcd31b56d80f5 (diff) | |
download | cmake-295480b923338de82bdaa965aed9960d582a1750.tar.gz |
cmDependsFortran: Move FindIncludeFile method into parser class
This drops the only awareness of cmDependsFortran that cmFortranParser
needed.
Diffstat (limited to 'Source/cmDependsFortran.h')
-rw-r--r-- | Source/cmDependsFortran.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmDependsFortran.h b/Source/cmDependsFortran.h index 9f280886aa..db2df1967f 100644 --- a/Source/cmDependsFortran.h +++ b/Source/cmDependsFortran.h @@ -46,12 +46,6 @@ public: static bool ModulesDiffer(const char* modFile, const char* stampFile, const char* compilerId); - /** Method to find an included file in the include path. Fortran - always searches the directory containing the including source - first. */ - bool FindIncludeFile(const char* dir, const char* includeName, - std::string& fileName); - protected: // Finalize the dependency information for the target. virtual bool Finalize(std::ostream& makeDepends, |