summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-01-18 23:30:23 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-01-18 23:30:23 (GMT)
commit7921315a33816b58c7d055d4744df691c943eaa8 (patch)
treee654371403bcbf96fdee2458bf288dfc9cc531f9 /src/H5.c
parent0059525322df98fb6c6beaec2b89df93cc9657a8 (diff)
downloadhdf5-7921315a33816b58c7d055d4744df691c943eaa8.zip
hdf5-7921315a33816b58c7d055d4744df691c943eaa8.tar.gz
hdf5-7921315a33816b58c7d055d4744df691c943eaa8.tar.bz2
[svn-r3304] Purpose:
Code update Description: Remove ragged array code & tests from library before release. Platforms tested: FreeBSD 4.2 (hawkwind)
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/H5.c b/src/H5.c
index c92415f..cd9c6b9 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -202,7 +202,6 @@ H5_term_library(void)
pending += DOWN(FD);
pending += DOWN(D);
pending += DOWN(Z);
- pending += DOWN(RA);
pending += DOWN(G);
pending += DOWN(FL);
pending += DOWN(R);
@@ -1848,12 +1847,6 @@ H5_trace (hbool_t returning, const char *func, const char *type, ...)
fprintf(out, " (tbuf");
}
break;
- case H5I_RAGGED:
- fprintf(out, "%ld", (long)obj);
- if (HDstrcmp(argname, "array")) {
- fprintf(out, " (array)");
- }
- break;
case H5I_REFERENCE:
fprintf(out, "%ld (reference)", (long)obj);
break;
@@ -1979,9 +1972,6 @@ H5_trace (hbool_t returning, const char *func, const char *type, ...)
case H5I_TEMPBUF:
fprintf (out, "H5I_TEMPBUF");
break;
- case H5I_RAGGED:
- fprintf (out, "H5I_RAGGED");
- break;
case H5I_REFERENCE:
fprintf (out, "H5I_REFERENCE");
break;