Skip to content

Commit a2c1c0b

Browse files
author
Raghuveer Devulapalli
committed
remove unnecessary struct in keyvalue sort
1 parent ee902e0 commit a2c1c0b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/avx512-64bit-keyvaluesort.hpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -803,11 +803,6 @@ void heap_sort(type_t *keys, uint64_t *indexes, int64_t size)
803803
}
804804
}
805805

806-
template <typename T>
807-
struct sortkv_t {
808-
T key;
809-
uint64_t value;
810-
};
811806
template <typename vtype, typename type_t>
812807
void qsort_64bit_(type_t *keys,
813808
uint64_t *indexes,

0 commit comments

Comments
 (0)