Remove wild "kek"

This commit is contained in:
Vasilii Rogin 2023-04-24 16:39:40 +03:00
parent 05700047ca
commit 3d86c2df86
1 changed files with 0 additions and 2 deletions

View File

@ -26,8 +26,6 @@ static ArrayId stackArrayId = 1;
template <class T, typename Compare>
static void ListSort(std::vector<T>& arr, int type, Compare cmp)
{
auto kek = std::less<T>();
switch (type) {
case ARRAY_ACTION_SORT: // sort ascending
std::sort(arr.begin(), arr.end(), cmp);