src/include/H5_err.h:
- remove debug output from H5AbortOnError()
This commit is contained in:
@@ -49,8 +49,7 @@ static inline h5_err_t
|
||||
H5AbortOnError (
|
||||
void
|
||||
) {
|
||||
H5_API_ENTER (h5_err_t, "%s", "");
|
||||
H5_API_RETURN (h5_set_errorhandler (h5_abort_errorhandler));
|
||||
return h5_set_errorhandler (h5_abort_errorhandler);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user