diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2009-03-25 18:21:09 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2009-03-25 18:21:09 (GMT) |
commit | b6312126e53206bea4728a81bfcc79dc255acb69 (patch) | |
tree | 3d5de0d8ae0ac2285c9086cf339b311b506038e3 /src/H5Fpkg.h | |
parent | ffd0fddad2117675ffb80a4bb0da4c0e5d0a3112 (diff) | |
download | hdf5-b6312126e53206bea4728a81bfcc79dc255acb69.zip hdf5-b6312126e53206bea4728a81bfcc79dc255acb69.tar.gz hdf5-b6312126e53206bea4728a81bfcc79dc255acb69.tar.bz2 |
[svn-r16611] 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.h | 1 |
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 */ |