summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-10-21 15:36:25 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-10-21 15:36:25 (GMT)
commit7a4110b291bb75f1778d8fb81e97aa1e0c026f7d (patch)
treea764aa1191ec97f990c0864ec1cc67bc37c7f60d
parent022fd44954a62efc2fe8dbc3aac0f8852579fcb2 (diff)
downloadhdf5-7a4110b291bb75f1778d8fb81e97aa1e0c026f7d.zip
hdf5-7a4110b291bb75f1778d8fb81e97aa1e0c026f7d.tar.gz
hdf5-7a4110b291bb75f1778d8fb81e97aa1e0c026f7d.tar.bz2
[svn-r15915] Description:
Remove remnant of initial H5Pset_journal() routine Tested on: FreeBSD/32 6.2 (duty) in debug mode FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe, in debug mode Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN, in production mode Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN, in production mode Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN, w/szip filter, in production mode Mac OS X/32 10.5.2 (amazon) in debug mode Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
-rw-r--r--src/H5Ppublic.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index f2a8d1a..a721e22 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -274,7 +274,6 @@ H5_DLL herr_t H5Pset_libver_bounds(hid_t plist_id, H5F_libver_t low,
H5F_libver_t high);
H5_DLL herr_t H5Pget_libver_bounds(hid_t plist_id, H5F_libver_t *low,
H5F_libver_t *high);
-H5_DLL herr_t H5Pset_journal(hid_t fapl_id, const char *journal_file);
/* Dataset creation property list (DCPL) routines */
H5_DLL herr_t H5Pset_layout(hid_t plist_id, H5D_layout_t layout);