From f33862b3d1a526b7a03708ba6311f4c6a54af472 Mon Sep 17 00:00:00 2001 From: hyung-hwan Date: Fri, 8 Apr 2022 15:23:27 +0000 Subject: [PATCH] removed a duplication definition of hawk_errstr_t --- hawk/lib/hawk.h | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/hawk/lib/hawk.h b/hawk/lib/hawk.h index 0dd42fe3..abadb58c 100644 --- a/hawk/lib/hawk.h +++ b/hawk/lib/hawk.h @@ -1341,17 +1341,6 @@ typedef enum hawk_trait_t hawk_trait_t; /* ------------------------------------------------------------------------ */ -/** - * The hawk_errstr_t type defines an error string getter. It should return - * an error formatting string for an error number requested. A new string - * should contain the same number of positional parameters (${X}) as in the - * default error formatting string. You can set a new getter into an hawk - * object with the hawk_seterrstr() function to customize an error string. - */ -typedef const hawk_ooch_t* (*hawk_errstr_t) ( - hawk_errnum_t num /**< error number */ -); - /** * The hawk_gbl_id_t type defines intrinsic globals variable IDs. */