Skip to content
Snippets Groups Projects
Commit 8a93e7e2 authored by Dmitry Yu. Naumov's avatar Dmitry Yu. Naumov
Browse files

Remove getFileNameFromPath() from interface.

parent 93f38165
No related branches found
No related tags found
No related merge requests found
......@@ -54,11 +54,6 @@ template <typename T> void writeValueBinary(std::ostream &out, T const& val)
*/
void truncateFile( std::string const& file_path);
/**
* Extract the filename from a path
*/
std::string getFileNameFromPath(const std::string &str, bool with_extension = false);
/**
* Extracts basename from given pathname with extension.
*/
......
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