mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:27: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
|
@ -2,7 +2,6 @@ set(TEST_SOURCES
|
|||
TestSqlBtreeIndex.cpp
|
||||
TestSqlDatabase.cpp
|
||||
TestSqlExpressionParser.cpp
|
||||
TestSqlHashIndex.cpp
|
||||
TestSqlHeap.cpp
|
||||
TestSqlStatementExecution.cpp
|
||||
TestSqlStatementParser.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue