summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-11 19:35:58 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2012-07-11 19:35:58 (GMT)
commit0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2 (patch)
treef25abb0c53b37b0d9dd8d6b951cd68a58962a97d /src/H5Fpkg.h
parent737f86822de263712164746025f48ca2fca410db (diff)
downloadhdf5-0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2.zip
hdf5-0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2.tar.gz
hdf5-0cce1dbca5e3fc11456d6e61d82f992ae85fe6b2.tar.bz2
[svn-r22555] remove the vol_cls from the H5F_t struct
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 669e0d3..98de62a 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -275,7 +275,6 @@ struct H5F_t {
hbool_t closing; /* File is in the process of being closed */
struct H5F_t *parent; /* Parent file that this file is mounted to */
unsigned nmounts; /* Number of children mounted to this file */
- struct H5VL_class_t *vol_cls; /* class of the VOL plugin */
};