mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r29474] Removed prototype enclosed in #ifdef OUT in H5Oprivate.h.
This is unused and causes problems for a user who has OUT #defined. Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1 autotools serial
This commit is contained in:
parent
b8e163a845
commit
775f0cabad
@ -708,11 +708,6 @@ typedef struct H5O_fsinfo_t {
|
||||
typedef herr_t (*H5O_operator_t)(const void *mesg/*in*/, unsigned idx,
|
||||
void *operator_data/*in,out*/);
|
||||
|
||||
#ifdef OUT
|
||||
/* Typedef for "internal library" iteration operations */
|
||||
typedef herr_t (*H5O_lib_operator_t)(H5O_t *oh, H5O_mesg_t *mesg/*in,out*/,
|
||||
unsigned sequence, hbool_t *oh_modified/*out*/, void *operator_data/*in,out*/);
|
||||
#endif
|
||||
/* Typedef for "internal library" iteration operations */
|
||||
typedef herr_t (*H5O_lib_operator_t)(H5O_t *oh, H5O_mesg_t *mesg/*in,out*/,
|
||||
unsigned sequence, unsigned *oh_modified/*out*/, void *operator_data/*in,out*/);
|
||||
|
Loading…
Reference in New Issue
Block a user