Further replication removed

`CHECK_F` is now in `error_private.h`. Minor tidy.
This commit is contained in:
Carl Woffenden
2020-04-07 11:25:16 +02:00
parent 7af7735fa3
commit a93fadfcd9
3 changed files with 0 additions and 8 deletions
-4
View File
@@ -40,10 +40,6 @@
****************************************************************/
#define HUF_isError ERR_isError
#define HUF_STATIC_ASSERT(c) DEBUG_STATIC_ASSERT(c) /* use only *after* variable declarations */
#define CHECK_V_F(e, f) size_t const e = f; if (ERR_isError(e)) return e
#ifndef CHECK_F
#define CHECK_F(f) { CHECK_V_F(_var_err__, f); }
#endif
/* **************************************************************