mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Remove old TODO
This commit is contained in:
parent
0700ce5e98
commit
3e87b5fe72
@ -30,7 +30,7 @@ template
|
||||
typename Cell,
|
||||
typename Hash,
|
||||
typename Grower,
|
||||
typename Allocator, /// TODO WithStackMemory
|
||||
typename Allocator,
|
||||
typename ImplTable = HashTable<Key, Cell, Hash, Grower, Allocator>,
|
||||
size_t BITS_FOR_BUCKET = 8
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user