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:
parent
1151ba333a
commit
1b40bf9783
6 changed files with 0 additions and 956 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue