summaryrefslogtreecommitdiffstats
path: root/src/H5trace.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-12-17 23:25:10 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-12-17 23:25:10 (GMT)
commitc6831c7a75a5d0c1ca82a03c96fc0f023d1bc52e (patch)
tree836f489d80ef2ca0ce59874bbffeb14795f23305 /src/H5trace.c
parent8909646693c312be5d3f4a0d4fef4623833bcaf8 (diff)
downloadhdf5-c6831c7a75a5d0c1ca82a03c96fc0f023d1bc52e.zip
hdf5-c6831c7a75a5d0c1ca82a03c96fc0f023d1bc52e.tar.gz
hdf5-c6831c7a75a5d0c1ca82a03c96fc0f023d1bc52e.tar.bz2
Remove H5VL_FILE_CACHE_VOL_CONN from file specific callbacks, as it turns out
not to be necessary. Also, correct _MSC_VER #ifdef
Diffstat (limited to 'src/H5trace.c')
-rw-r--r--src/H5trace.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5trace.c b/src/H5trace.c
index 1c7948c..7d64c8e 100644
--- a/src/H5trace.c
+++ b/src/H5trace.c
@@ -2759,9 +2759,6 @@ H5_trace(const double *returning, const char *func, const char *type, ...)
case H5VL_FILE_IS_ACCESSIBLE:
HDfprintf(out, "H5VL_FILE_IS_ACCESSIBLE");
break;
- case H5VL_FILE_CACHE_VOL_CONN:
- HDfprintf(out, "H5VL_FILE_CACHE_VOL_CONN");
- break;
default:
HDfprintf(out, "%ld", (long)specific);
break;