mirror of https://github.com/ecmwf/eccodes.git
Unused function: grib_init_accessor_from_array
This commit is contained in:
parent
e2d7c22edd
commit
1b137c5bee
|
@ -55,7 +55,7 @@ int grib_lookup_long_from_array(grib_context* gc, grib_loader* loader, const cha
|
||||||
|
|
||||||
return GRIB_SUCCESS;
|
return GRIB_SUCCESS;
|
||||||
}
|
}
|
||||||
|
#if 0
|
||||||
int grib_init_accessor_from_array(grib_loader* loader, grib_accessor* ga, grib_arguments* default_value)
|
int grib_init_accessor_from_array(grib_loader* loader, grib_accessor* ga, grib_arguments* default_value)
|
||||||
{
|
{
|
||||||
grib_handle* h = grib_handle_of_accessor(ga);
|
grib_handle* h = grib_handle_of_accessor(ga);
|
||||||
|
@ -227,3 +227,4 @@ int grib_init_accessor_from_array(grib_loader* loader, grib_accessor* ga, grib_a
|
||||||
|
|
||||||
return retval;
|
return retval;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue