Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
smmathews-brandwatch committed Oct 11, 2023
1 parent ee84896 commit 2c37f5c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roaringbitmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,6 @@ roaringbitmap_out(PG_FUNCTION_ARGS) {
roaring_uint32_iterator_t iterator;
StringInfoData buf;
const roaring_bitmap_t *r1;
size_t expectedsize;

if(rbitmap_output_format == RBITMAP_OUTPUT_BYTEA){
return DirectFunctionCall1(byteaout, PG_GETARG_DATUM(0));
Expand Down

0 comments on commit 2c37f5c

Please sign in to comment.