diff options
Diffstat (limited to 'src/H5Ofill.c')
-rw-r--r-- | src/H5Ofill.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5Ofill.c b/src/H5Ofill.c index 7e3c4da..d6e35a1 100644 --- a/src/H5Ofill.c +++ b/src/H5Ofill.c @@ -29,7 +29,6 @@ #include "H5Opkg.h" /* Object header functions */ #include "H5Pprivate.h" /* Property lists */ -#define PABLO_MASK H5O_fill_mask static void *H5O_fill_new_decode(H5F_t *f, hid_t dxpl_id, const uint8_t *p, H5O_shared_t *sh); static herr_t H5O_fill_new_encode(H5F_t *f, uint8_t *p, const void *_mesg); |