Work on MEMFS

This commit is contained in:
Baudouin Raoult 2016-06-15 12:39:49 +00:00
parent a6b8e3625e
commit 970e4b5525
1 changed files with 0 additions and 1 deletions

View File

@ -643,7 +643,6 @@ char *grib_context_full_defs_path(grib_context* c,const char* basename)
}
#ifdef HAVE_MEMFS
sprintf(full,"/definitions/%s",basename);
printf("=====> %s\n", full);
if(codes_memfs_exists(full)) {
fullpath=(grib_string_list*)grib_context_malloc_clear_persistent(c,sizeof(grib_string_list));
Assert(fullpath);