diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-05-23 17:23:35 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-05-23 17:23:35 (GMT) |
commit | 2d9e5edb27e840e7c5a38a98e97bdf2e507ddabb (patch) | |
tree | b440866b2f48124d946f72f465334061b9199039 /Source/cmSystemTools.h | |
parent | 14b07c0973f367352a75550af864b56dc99c3848 (diff) | |
download | CMake-2d9e5edb27e840e7c5a38a98e97bdf2e507ddabb.zip CMake-2d9e5edb27e840e7c5a38a98e97bdf2e507ddabb.tar.gz CMake-2d9e5edb27e840e7c5a38a98e97bdf2e507ddabb.tar.bz2 |
ENH: increase coverage
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index df12513..8024617 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -248,7 +248,6 @@ public: ///! return file extension of a full filename (dot included). static std::string GetFilenameExtension(const std::string&); - static std::string GetFilenameShortestExtension(const std::string&); ///! return file name without extension of a full filename. static std::string GetFilenameNameWithoutExtension(const std::string&); |