Skip to content

Commit

Permalink
Louds: remove unused Init method without cache.
Browse files Browse the repository at this point in the history
#codehealth

PiperOrigin-RevId: 563323886
  • Loading branch information
yuryu authored and hiroyuki-komatsu committed Sep 7, 2023
1 parent ae169ac commit fbd8823
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/storage/louds/louds.h
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,6 @@ class Louds {
size_t bitvec_lb1_cache_size, size_t select0_cache_size,
size_t select1_cache_size);

// Initializes this LOUDS from bit array without cache.
void Init(const uint8_t *image, int length) {
Init(image, length, 0, 0, 0, 0);
}

// Explicitly clears the internal bit array.
void Reset();

Expand Down

0 comments on commit fbd8823

Please sign in to comment.