1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:57:45 +00:00

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
parent 1151ba333a
commit 1b40bf9783
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;