summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2011-02-05 23:37:02 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2011-02-05 23:37:02 (GMT)
commitfceb72c657ee623aa5574208834dc38515170a72 (patch)
tree22f7779930a70d19c8a80d8ef651ecc24f098476 /src/H5private.h
parentfe7e78f2d90bb6bcd4302f6171f0df076bfc82e8 (diff)
downloadhdf5-fceb72c657ee623aa5574208834dc38515170a72.zip
hdf5-fceb72c657ee623aa5574208834dc38515170a72.tar.gz
hdf5-fceb72c657ee623aa5574208834dc38515170a72.tar.bz2
[svn-r20051] Description:
Bring r20050 from trunk to 1.8 branch: Bring sec2 and log VFDs back into agreement. Correct several compiler warnings. Also add some additional statistics to the log VFD and promote the parameter for H5Pset_fapl_log from 'unsigned' to 'unsigned long long'. Tested on: Mac OS X/32 10.6.6 (amazon) w/debug & production (h5committested on trunk)
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/H5private.h b/src/H5private.h
index 01c1735..d1862f9 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -400,11 +400,6 @@
# error "nothing appropriate for int32_t"
#endif
-/* Definition of uint32_t was moved to H5public.h */
-
-/* Definition of int64_t was moved to H5public.h */
-/* Definition of uint64_t was moved to H5public.h */
-
/*
* Maximum and minimum values. These should be defined in <limits.h> for the
* most part.