Skip to content

Commit

Permalink
refactor: remove unused vars from fb test (VowpalWabbit#4010)
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmang authored Jun 29, 2022
1 parent 29f20d3 commit bbcfb7d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vowpalwabbit/fb_parser/tests/flatbuffer_parser_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ TEST(flatbuffer_parser_tests, test_flatbuffer_standalone_example)
builder.FinishSizePrefixed(root);

uint8_t* buf = builder.GetBufferPointer();
int size = builder.GetSize();

VW::multi_ex examples;
examples.push_back(&VW::get_unused_example(all));
Expand Down Expand Up @@ -109,7 +108,6 @@ TEST(flatbuffer_parser_tests, test_flatbuffer_collection)
builder.FinishSizePrefixed(root);

uint8_t* buf = builder.GetBufferPointer();
int size = builder.GetSize();

VW::multi_ex examples;
examples.push_back(&VW::get_unused_example(all));
Expand Down

0 comments on commit bbcfb7d

Please sign in to comment.