Remove useless define TRUE/FALSE statements. (#3604)

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

View File

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