Skip to content

Commit

Permalink
fix compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Jun 10, 2024
1 parent 7269469 commit 43aa5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crash-repro/main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ int main(int argc, char* argv[]) {
auto table = maybe_table.ValueOrDie();
std::cout << table->ToString() << std::endl;
return 0;

// auto write_status = write_feather_file(table, filename);

// int exit_value = write_status.ok() ? 0 : 1;
Expand All @@ -87,5 +87,5 @@ int main(int argc, char* argv[]) {
// } else {
// std::cout << "Write failed :(" << std::endl;
// }
return exit_value;
// return exit_value;
}

0 comments on commit 43aa5b7

Please sign in to comment.