LibSQL: Remove unused HashIndex and related classes

The features provided by these classes should be used eventually, but so
far we've been maintaining these classes for over 2 years without any
actual use. We can restore them when it comes time to actually use them.
This commit is contained in:
Timothy Flynn 2023-08-07 11:27:12 -04:00 committed by Tim Flynn
commit 1b40bf9783
Notes: sideshowbarker 2024-07-17 09:56:35 +09:00
6 changed files with 0 additions and 956 deletions

View file

@ -11,10 +11,6 @@ class BTree;
class BTreeIterator;
class ColumnDef;
class Database;
class HashBucket;
class HashDirectoryNode;
class HashIndex;
class HashIndexIterator;
class Heap;
class Index;
class IndexNode;