diff options
Diffstat (limited to 'src/common/file_util.cpp')
| -rw-r--r-- | src/common/file_util.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/file_util.cpp b/src/common/file_util.cpp index c882ab39f..29dd16541 100644 --- a/src/common/file_util.cpp +++ b/src/common/file_util.cpp | |||
| @@ -837,7 +837,6 @@ std::string GetPathWithoutTop(std::string path) { | |||
| 837 | const auto name_bck_index = path.find_first_of('\\'); | 837 | const auto name_bck_index = path.find_first_of('\\'); |
| 838 | const auto name_fwd_index = path.find_first_of('/'); | 838 | const auto name_fwd_index = path.find_first_of('/'); |
| 839 | return path.substr(std::min<size_t>(name_bck_index, name_fwd_index) + 1); | 839 | return path.substr(std::min<size_t>(name_bck_index, name_fwd_index) + 1); |
| 840 | return path.substr(std::min<size_t>(name_bck_index, name_fwd_index) + 1); | ||
| 841 | } | 840 | } |
| 842 | 841 | ||
| 843 | std::string GetFilename(std::string path) { | 842 | std::string GetFilename(std::string path) { |