removed CERROR

This commit is contained in:
2023-08-30 20:14:03 -05:00
committed by cpunch
parent de8cd481c3
commit fe136f84b5
4 changed files with 3 additions and 5 deletions

View File

@@ -64,6 +64,4 @@ typedef int (*cosmo_Writer)(CState *state, const void *data, size_t size, const
#define UNNAMEDCHUNK "_main"
#define COSMOASSERT(x) assert(x)
#define CERROR(err) printf("%s : %s\n", "[ERROR]", err)
#endif