Remove dead code

This commit is contained in:
2024-01-17 17:18:32 -08:00
parent 3e16b30253
commit 6365e01d5b

View File

@@ -115,7 +115,6 @@ void lastLeqMulti(Node *root, std::span<Key> keys, Iterator *results) {
const Key *key;
int resultC = -1;
int index;
int lcp[2]{};
std::strong_ordering c = std::strong_ordering::equal;
Coro() {}