summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2009-03-25 19:49:19 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2009-03-25 19:49:19 (GMT)
commit2def5e4c85b2fa2cdc992f360a90dc2a103e9e17 (patch)
tree5302b31883ca82722868483b48e06e7c6b66f05f /src/H5Fpkg.h
parent30ccff2212467bfb342b566752c41de94cd4bf85 (diff)
downloadhdf5-2def5e4c85b2fa2cdc992f360a90dc2a103e9e17.zip
hdf5-2def5e4c85b2fa2cdc992f360a90dc2a103e9e17.tar.gz
hdf5-2def5e4c85b2fa2cdc992f360a90dc2a103e9e17.tar.bz2
[svn-r16613] In previous checkin (r16609), the flag "write_driver" wasn't necessary as Quincey pointed out.
I took it out and used the driver address instead. Tested on jam - simple change.
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 6434017..4080705 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -134,7 +134,6 @@ typedef struct H5F_file_t {
unsigned sohm_vers; /* Version of shared message table on disk */
unsigned sohm_nindexes; /* Number of shared messages indexes in the table */
haddr_t driver_addr; /* File driver information block address*/
- hbool_t write_driver; /* Whether to write file driver block in the superblock */
unsigned long feature_flags; /* VFL Driver feature Flags */
haddr_t maxaddr; /* Maximum address for file */