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
-3
View File
@@ -41,9 +41,6 @@
* Error Management
****************************************************************/
#define HUF_isError ERR_isError
#ifndef CHECK_F
#define CHECK_F(f) { size_t const err_ = (f); if (HUF_isError(err_)) return err_; }
#endif
/* **************************************************************