summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/H5Tfields.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/H5Tfields.c b/src/H5Tfields.c
index 46ca313..6135888 100644
--- a/src/H5Tfields.c
+++ b/src/H5Tfields.c
@@ -396,8 +396,6 @@ H5T__sort_name(H5T_shared_t *sh, size_t *map)
FUNC_ENTER_PACKAGE_NOERR
- /* Check args */
- HDassert(dt);
HDassert(H5T_COMPOUND == sh->type || H5T_ENUM == sh->type);
/* Use a bubble sort because we can short circuit */