summaryrefslogtreecommitdiffstats
path: root/src/H5trace.c
diff options
context:
space:
mode:
authorJacob Smith <jake.smith@hdfgroup.org>2018-12-18 19:42:03 (GMT)
committerJacob Smith <jake.smith@hdfgroup.org>2018-12-18 19:42:03 (GMT)
commit99bc714c4bd1a66b97b5e1d0bca671cf43616b42 (patch)
treea8e80a8ccf4570cf9a72d6ed2854fa4f1ade7259 /src/H5trace.c
parent5efc08a06d34ceab3de1766cb651ac8978deed16 (diff)
downloadhdf5-99bc714c4bd1a66b97b5e1d0bca671cf43616b42.zip
hdf5-99bc714c4bd1a66b97b5e1d0bca671cf43616b42.tar.gz
hdf5-99bc714c4bd1a66b97b5e1d0bca671cf43616b42.tar.bz2
Move H5Fset_dset_no_attrs_hint VOL operations to native.
Move minimzied object header tests from separate file to test/ohdr.c Some formatting changes.
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 6bb6f02..9a13193 100644
--- a/src/H5trace.c
+++ b/src/H5trace.c
@@ -2719,9 +2719,6 @@ H5_trace(const double *returning, const char *func, const char *type, ...)
case H5VL_FILE_GET_OBJ_IDS:
HDfprintf(out, "H5VL_FILE_GET_OBJ_IDS");
break;
- case H5VL_FILE_GET_MIN_DSET_OHDR_FLAG:
- HDfprintf(out, "H5VL_FILE_GET_MIN_DSET_OHDR_FLAG");
- break;
default:
HDfprintf(out, "%ld", (long)get);
break;