diff --git a/src/sfall_arrays.cc b/src/sfall_arrays.cc index db5e6b0..14ad95a 100644 --- a/src/sfall_arrays.cc +++ b/src/sfall_arrays.cc @@ -26,8 +26,6 @@ static ArrayId stackArrayId = 1; template static void ListSort(std::vector& arr, int type, Compare cmp) { - auto kek = std::less(); - switch (type) { case ARRAY_ACTION_SORT: // sort ascending std::sort(arr.begin(), arr.end(), cmp);