diff --git a/src/h5core/h5_errorhandling_private.h b/src/h5core/h5_errorhandling_private.h index ea815c8..798f827 100644 --- a/src/h5core/h5_errorhandling_private.h +++ b/src/h5core/h5_errorhandling_private.h @@ -1,20 +1,6 @@ #ifndef __H5_ERRORHANDLING_PRIVATE_H #define __H5_ERRORHANDLING_PRIVATE_H -#define h5_error_not_implemented( f, file, func, lino ) \ - h5_error( \ - f, \ - H5_ERR_NOT_IMPLEMENTED, \ - "%s: Function \"%s\", line %d not yet implemented!", \ - file, func, lino ); - -#define h5_error_internal( f, file, func, lino ) \ - h5_error( \ - f, \ - H5_ERR_INTERNAL, \ - "%s: Internal error: %s line %d!", \ - file, func, lino ) - #define HANDLE_H5_DATASET_RANK_ERR( f, m, n ) \ h5_error( \ f, \