summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-04-10 02:51:05 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-04-10 02:51:05 (GMT)
commitaab7fd598fa513f2a4dfc3d0784587cd8ae8cadb (patch)
treee29f4e3404cccd21f0435abdda78846096288c98 /src/H5.c
parent1267f5408e7b515c6bad9b40fd4c9750789496bb (diff)
downloadhdf5-aab7fd598fa513f2a4dfc3d0784587cd8ae8cadb.zip
hdf5-aab7fd598fa513f2a4dfc3d0784587cd8ae8cadb.tar.gz
hdf5-aab7fd598fa513f2a4dfc3d0784587cd8ae8cadb.tar.bz2
[svn-r12218] Purpose:
Code cleanup Description: Remove remnents of references to unimplemented H5S_COMPLEX dataspace. Platforms tested: FreeBSD 4.11 (sleipnir) Linux 2.4 32-bit (heping) Linux 2.4 64-bit (mir) Solaris 2.9 (shanti)
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;