[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:
Quincey Koziol 2005-01-22 08:38:49 -05:00
parent c1df1b3ea4
commit d363f95d6d

View File

@ -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; \