summaryrefslogtreecommitdiffstats
path: root/src/H5B2private.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-27 17:03:12 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-27 17:03:12 (GMT)
commit39641369feada2e4ca2f5c3640559a29392458db (patch)
treeb41eaf46f5a00b80b7654b71909c0765f05e70c7 /src/H5B2private.h
parent0595d6b912d8df8f7a5c83e1d18e170ebcf26e82 (diff)
downloadhdf5-39641369feada2e4ca2f5c3640559a29392458db.zip
hdf5-39641369feada2e4ca2f5c3640559a29392458db.tar.gz
hdf5-39641369feada2e4ca2f5c3640559a29392458db.tar.bz2
[svn-r17431] Description:
Bring r17429 from trunk to 1.8 branch: Remove unnecessary v2 B-tree 'retrieve' callback from v2 B-tree clients. Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committest performed on trunk)
Diffstat (limited to 'src/H5B2private.h')
-rw-r--r--src/H5B2private.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5B2private.h b/src/H5B2private.h
index 0a18604..0a516d2 100644
--- a/src/H5B2private.h
+++ b/src/H5B2private.h
@@ -84,9 +84,8 @@ struct H5B2_class_t {
H5B2_subid_t id; /* ID of B-tree class, as found in file */
size_t nrec_size; /* Size of native (memory) record */
- /* Store & retrieve record from application to B-tree 'native' form */
+ /* Store record from application to B-tree 'native' form */
herr_t (*store)(void *nrecord, const void *udata); /* Store record in native record table */
- herr_t (*retrieve)(void *udata, const void *nrecord); /* Retrieve record in native record table */
/* Compare records, according to a key */
herr_t (*compare)(const void *rec1, const void *rec2); /* Compare two native records */