From 3d86c2df86c397734792f009b725941755cd9531 Mon Sep 17 00:00:00 2001 From: Vasilii Rogin Date: Mon, 24 Apr 2023 16:39:40 +0300 Subject: [PATCH] Remove wild "kek" --- src/sfall_arrays.cc | 2 -- 1 file changed, 2 deletions(-) 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);