Skip to content
Snippets Groups Projects
Commit fcbca80c authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

Remove duplicate comment.

parent 88be462e
No related branches found
No related tags found
No related merge requests found
...@@ -74,9 +74,6 @@ size_t findLastDot(std::string const& path) ...@@ -74,9 +74,6 @@ size_t findLastDot(std::string const& path)
return path.find_last_of("."); return path.find_last_of(".");
} }
/** Returns a string with file extension as found by getFileExtension()
* dropped.
*/
std::string dropFileExtension(std::string const& filename) std::string dropFileExtension(std::string const& filename)
{ {
const size_t p = findLastDot(filename); const size_t p = findLastDot(filename);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment