Unverified Commit b848ff8d authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Merge pull request #1285 from masmullin2000/v1.x

Remove unused variable
parents 491a2e87 5881fcb0
...@@ -498,7 +498,6 @@ SPDLOG_INLINE bool create_dir(filename_t path) ...@@ -498,7 +498,6 @@ SPDLOG_INLINE bool create_dir(filename_t path)
size_t search_offset = 0; size_t search_offset = 0;
do do
{ {
fmt::string_view t;
auto token_pos = path.find(folder_sep, search_offset); auto token_pos = path.find(folder_sep, search_offset);
// treat the entire path as a folder if no folder separator not found // treat the entire path as a folder if no folder separator not found
if (token_pos == filename_t::npos) if (token_pos == filename_t::npos)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment