mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Remove duplicate MESSAGE macro (#5200)
* Removes duplicate macro from C++ code * Hides global variables behind accessor functions
This commit is contained in:
@@ -28,11 +28,6 @@ using namespace H5;
|
||||
using std::cerr;
|
||||
using std::endl;
|
||||
|
||||
#define MESSAGE(V, A) \
|
||||
do { \
|
||||
if (GetTestVerbosity() > (V)) \
|
||||
printf A; \
|
||||
} while (0)
|
||||
#define SUBTEST(TEST) \
|
||||
do { \
|
||||
printf(" Subtest: %-52s", TEST); \
|
||||
|
||||
Reference in New Issue
Block a user