Remove unused variables

This commit is contained in:
Shahram Najm 2021-04-14 21:02:10 +01:00
parent f47a4a2c1c
commit 8abad788e3
2 changed files with 0 additions and 2 deletions

View File

@ -41,7 +41,6 @@ program bufr_read_tempf
character(len=128) :: statid
character(len=16) :: rsnumber
character(len=16) :: rssoftware
character(len=8) :: Note
call codes_open_file(ifile, '../../data/bufr/PraticaTemp.bufr', 'r')

View File

@ -304,7 +304,6 @@ int grib_accessors_list_print(grib_handle* h, grib_accessors_list* al, const cha
{
size_t size = 0, len = 0, replen = 0, j = 0;
unsigned char* bval = NULL;
char* p = NULL;
double* dval = 0;
long* lval = 0;
char** cvals = NULL;