diff options
Diffstat (limited to 'Source/cmDependsFortran.h')
-rw-r--r-- | Source/cmDependsFortran.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Source/cmDependsFortran.h b/Source/cmDependsFortran.h index e377a2c..0d407bc 100644 --- a/Source/cmDependsFortran.h +++ b/Source/cmDependsFortran.h @@ -85,8 +85,4 @@ protected: // Internal implementation details. std::unique_ptr<cmDependsFortranInternals> Internal; - -private: - std::string MaybeConvertToRelativePath(std::string const& base, - std::string const& path); }; |