Skip to content

Commit

Permalink
Removing unused pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Sep 2, 2016
1 parent f75fd4f commit 371c44e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/roaring/roaring_array.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ typedef struct roaring_array_s {
uint16_t *keys;
void **containers;
uint8_t *typecodes;
uint8_t *shared; /* for COW, used as a bitset*/
} roaring_array_t;

/**
Expand Down

0 comments on commit 371c44e

Please sign in to comment.