summaryrefslogtreecommitdiffstats
path: root/src/H5Fpkg.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-04-08 23:00:38 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-04-08 23:00:38 (GMT)
commit94383b8f2df2e784ef2e9b8a20e2051e6c57be00 (patch)
treea1fd392d79ff8a138459747a5a989d417996678b /src/H5Fpkg.h
parent2bb8a8044afbaa3312dd9dae279b14fab1a6884d (diff)
downloadhdf5-94383b8f2df2e784ef2e9b8a20e2051e6c57be00.zip
hdf5-94383b8f2df2e784ef2e9b8a20e2051e6c57be00.tar.gz
hdf5-94383b8f2df2e784ef2e9b8a20e2051e6c57be00.tar.bz2
[svn-r16714] Description:
Clean up code, remove unused variables, remove "naked" printf()s, make h5recover test script work in 'srcdir' build, etc. (The h5recover tests are failing still and the script prints "PASSED" when it doesn't, but we'll work on that more next) Tested on: Mac OS X/32 10.5.6 (amazon)
Diffstat (limited to 'src/H5Fpkg.h')
-rw-r--r--src/H5Fpkg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5Fpkg.h b/src/H5Fpkg.h
index 1318eb8..3258ca7 100644
--- a/src/H5Fpkg.h
+++ b/src/H5Fpkg.h
@@ -143,9 +143,6 @@ typedef struct H5F_file_t {
size_t mdc_jnl_file_name_len; /* journal file name length */
char mdc_jnl_file_name[H5C2__MAX_JOURNAL_FILE_NAME_LEN + 1];
/* journal file name -- if defined */
-/* todo -- delete the following lines. -- JRM */
- haddr_t mdc_jrnl_block_loc; /* Rel addr of mdc journal block */
- hsize_t mdc_jrnl_block_len; /* Length of mdc journal block */
} H5F_file_t;
/*