diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-02-28 11:57:50 +0100 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-02-28 11:57:50 +0100 |
| commit | b38d6475ea82754d9d3b6e49a00decad04beb310 (patch) | |
| tree | 381cafad34aa2e10e2e8c4204c130c1e54a30de5 /exports/error.h | |
| parent | 0cef468252e25f409a435fa0da95ae7faf4698c1 (diff) | |
Refactor: Remove error level
Not useful enought just yet
Diffstat (limited to 'exports/error.h')
| -rw-r--r-- | exports/error.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/exports/error.h b/exports/error.h index 64592e1..2f94bbc 100644 --- a/exports/error.h +++ b/exports/error.h @@ -1,15 +1,7 @@ #ifndef ERROR_H #define ERROR_H -typedef enum errorLevel { - ERR_OTHER, - ERR_INFO, - ERR_WARNING, - ERR_FATAL, -} errorLevel; - typedef struct error { - errorLevel level; const char* traceback; const char* cause; } error; |
