diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-02-01 12:50:28 +0100 |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-02-02 18:39:22 +0100 |
commit | cd8a930d61f0aa6c139b1f81302c9258b4102012 (patch) | |
tree | 2bff1e4aef7736ee7655cf6b0053c50d541090ef /Source/cmSourceFile.h | |
parent | 6d407ae439f1db086dd7a3675c8efce93a19fed3 (diff) | |
download | cmake-cd8a930d61f0aa6c139b1f81302c9258b4102012.tar.gz |
cmSourceFile: Refactor FindFullPath method
Refactors the cmSourceFile::FindFullPath method to
use lambdas.
Diffstat (limited to 'Source/cmSourceFile.h')
-rw-r--r-- | Source/cmSourceFile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSourceFile.h b/Source/cmSourceFile.h index 7f37ef3e59..a82a58aa90 100644 --- a/Source/cmSourceFile.h +++ b/Source/cmSourceFile.h @@ -120,7 +120,6 @@ private: bool IsGenerated = false; bool FindFullPath(std::string* error); - bool TryFullPath(const std::string& path, const std::string& ext); void CheckExtension(); void CheckLanguage(std::string const& ext); |