mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[svn-r9858] Purpose:
Code cleanup Description: Clean up a few rements from the Pablo removal Platforms tested: None, very minor
This commit is contained in:
parent
c1df1b3ea4
commit
d363f95d6d
@ -1131,13 +1131,11 @@ static herr_t H5_INTERFACE_INIT_FUNC(void);
|
||||
|
||||
|
||||
#define FUNC_ENTER_COMMON_NOFUNC(func_name,asrt) \
|
||||
\
|
||||
/* Check API status */ \
|
||||
assert(asrt); \
|
||||
\
|
||||
/* Check function name */ \
|
||||
H5_CHECK_FUNCNAME(func_name); \
|
||||
\
|
||||
H5_CHECK_FUNCNAME(func_name);
|
||||
|
||||
#define FUNC_ENTER_COMMON(func_name,asrt) \
|
||||
static const char FUNC[]=#func_name; \
|
||||
|
Loading…
x
Reference in New Issue
Block a user