summaryrefslogtreecommitdiff
path: root/include/human_sort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/human_sort.hpp')
-rw-r--r--include/human_sort.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/human_sort.hpp b/include/human_sort.hpp
index 7ab326d1a1..5cb6e56283 100644
--- a/include/human_sort.hpp
+++ b/include/human_sort.hpp
@@ -24,7 +24,6 @@ enum class ModeType
inline int alphanumComp(std::string_view left, std::string_view right)
{
-
std::string_view::const_iterator l = left.begin();
std::string_view::const_iterator r = right.begin();