Skip to content

Commit

Permalink
Per #2609, remove unused tmp_dir variable from regrid_data_plane.cc
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Sep 25, 2023
1 parent 336c118 commit 2dc710d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/tools/other/regrid_data_plane/regrid_data_plane.cc
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,6 @@ void process_data_file() {
// Build the run command string
run_cs << "Regrid from " << fr_grid.serialize() << " to " << to_grid.serialize();

ConcatString tmp_dir = config.get_tmp_dir();

// Open the output file
open_nc(to_grid, run_cs);

Expand Down

0 comments on commit 2dc710d

Please sign in to comment.