2
0
mirror of https://github.com/HDFGroup/hdf5.git synced 2025-04-24 17:51:25 +08:00

Remove useless define TRUE/FALSE statements. ()

This commit is contained in:
H. Joe Lee 2023-09-27 09:57:37 -05:00 committed by GitHub
parent a03506b089
commit f0956a34b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,8 +18,6 @@
#include "hdf5.h"
#define H5FILE_NAME "interm_group.h5"
#define TRUE 1
#define FALSE 0
int
main(void)