Skip to content

Commit

Permalink
delete unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jun 11, 2024
1 parent 24eb8d7 commit 9c5d630
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/src/arrow/ipc/feather_v1_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ namespace {
}

TEST(WriteFeatherV1File, Smoke) {
auto props = WriteProperties::Defaults();

std::string filename = "testfeather.feater";
auto maybe_table = make_table();
ASSERT_TRUE(maybe_table.ok());
Expand Down

0 comments on commit 9c5d630

Please sign in to comment.