diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-03-27 22:09:39 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2014-03-31 21:18:43 (GMT) |
commit | fcc9287897dd9b378c2f87329346c2f23becd54f (patch) | |
tree | 12470328fb5db530ce076e3064a27225d2459beb /Source/cmSourceFileLocation.h | |
parent | 59e8740acaf0b749e8a7028f168a6a6d6d69194f (diff) | |
download | CMake-fcc9287897dd9b378c2f87329346c2f23becd54f.zip CMake-fcc9287897dd9b378c2f87329346c2f23becd54f.tar.gz CMake-fcc9287897dd9b378c2f87329346c2f23becd54f.tar.bz2 |
cmSourceFileLocation: Remove unused Update method.
The string overload is never called. This allows the removal of
the unused UpdateDirectory method.
Diffstat (limited to 'Source/cmSourceFileLocation.h')
-rw-r--r-- | Source/cmSourceFileLocation.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmSourceFileLocation.h b/Source/cmSourceFileLocation.h index 82a62ab..c37fb1d 100644 --- a/Source/cmSourceFileLocation.h +++ b/Source/cmSourceFileLocation.h @@ -96,9 +96,7 @@ private: // Update the location with additional knowledge. void Update(cmSourceFileLocation const& loc); - void Update(const std::string& name); void UpdateExtension(const std::string& name); - void UpdateDirectory(const std::string& name); }; #endif |