summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5.c b/src/H5.c
index d2024ab..0d15029 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -2476,9 +2476,6 @@ H5_trace (const double *returning, const char *func, const char *type, ...)
case H5S_NULL:
fprintf(out, "H5S_NULL");
break;
- case H5S_COMPLEX:
- fprintf(out, "H5S_COMPLEX");
- break;
default:
fprintf(out, "%ld", (long)cls);
break;