Skip to content

Commit

Permalink
Per #2690, remove commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Sep 26, 2023
1 parent 0a95fdd commit 9f00673
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tools/other/pb2nc/pb2nc.cc
Original file line number Diff line number Diff line change
Expand Up @@ -673,12 +673,13 @@ ConcatString save_bufr_table_to_file(const char *blk_file, int _file_id) {
openpb_(blk_file, &_file_id);
dump_tbl_(blk_file, &_file_id, tbl_filename.c_str(), &len);
closepb_(&_file_id);
//close(_file_id);

// Delete the temporary blocked file
remove_temp_file((string)blk_file);
return tbl_filename;
}

////////////////////////////////////////////////////////////////////////

bool is_prepbufr_file(const StringArray *events) {
bool is_prepbufr = events->has("P__EVENT") && events->has("Q__EVENT")
Expand Down

0 comments on commit 9f00673

Please sign in to comment.