From af7f2b7c5719004cba0e0286768fd6faa7684d02 Mon Sep 17 00:00:00 2001 From: hsoh-u Date: Tue, 17 Nov 2020 17:34:34 -0700 Subject: [PATCH] #1355 Removed unused variable --- met/src/tools/other/ioda2nc/ioda2nc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met/src/tools/other/ioda2nc/ioda2nc.cc b/met/src/tools/other/ioda2nc/ioda2nc.cc index e509051429..78f2993455 100644 --- a/met/src/tools/other/ioda2nc/ioda2nc.cc +++ b/met/src/tools/other/ioda2nc/ioda2nc.cc @@ -335,7 +335,7 @@ void open_netcdf() { void process_ioda_file(int i_pb) { int npbmsg, npbmsg_total; - int idx, i_msg, i_read, n_file_obs, i_ret, i_date, n_hdr_obs; + int idx, i_msg, i_read, n_file_obs, i_ret, n_hdr_obs; int rej_typ, rej_sid, rej_vld, rej_grid, rej_poly; int rej_elv, rej_nobs; double x, y;