housekeeping: remove unused array

the "report an error" macros defined an array that was not used.
master
Rob Latham 2013-04-18 10:45:24 -05:00
parent e371f0c605
commit a4a5576858
2 changed files with 0 additions and 2 deletions

View File

@ -65,7 +65,6 @@
} while(0)
#else /* ! (H5_VERS_MAJOR > 1 && H5_VERS_MINOR > 6) */
#define HDF5_CHECK(HDF5_RETURN, MSG) do { \
char resultString[1024]; \
\
if (HDF5_RETURN < 0) { \
fprintf(stdout, "** error **\n"); \

View File

@ -32,7 +32,6 @@
* NCMPI_CHECK will display a custom error message and then exit the program
*/
#define NCMPI_CHECK(NCMPI_RETURN, MSG) do { \
char resultString[1024]; \
\
if (NCMPI_RETURN < 0) { \
fprintf(stdout, "** error **\n"); \