mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-11 10:41:30 +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
Notes:
sideshowbarker
2024-07-17 09:56:35 +09:00
Author: https://github.com/trflynn89
Commit: 1b40bf9783
Pull-request: https://github.com/SerenityOS/serenity/pull/20411
Reviewed-by: https://github.com/gmta ✅
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