summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2013-11-30 05:51:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2013-11-30 05:51:42 (GMT)
commit0a506a625b6ce09bf8b87944384e3617f8df5fa7 (patch)
treece94401497437a7df70ea002274d7e7091acea57 /src/H5Fpkg.h
parenta25c08e9e23bc804e9c0812cd7c1d17ab15f9c8c (diff)
downloadhdf5-0a506a625b6ce09bf8b87944384e3617f8df5fa7.zip
hdf5-0a506a625b6ce09bf8b87944384e3617f8df5fa7.tar.gz
hdf5-0a506a625b6ce09bf8b87944384e3617f8df5fa7.tar.bz2
[svn-r24476] Description:
Remove duplicate "intent" flags from top & shared file structures, leaving them only in the shared file structure. Tested on: Mac OSX/64 10.9.0 (amazon) w/gcc 4.8, both parallel & serial (too minor to require h5committest)
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 5d4ca2f..11d2cd4 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -263,7 +263,6 @@ struct H5F_file_t {
* to shared H5F_file_t structs.
*/
struct H5F_t {
- unsigned intent; /* The flags passed to H5F_open()*/
char *open_name; /* Name used to open file */
char *actual_name; /* Actual name of the file, after resolving symlinks, etc. */
char *extpath; /* Path for searching target external link file */