summaryrefslogtreecommitdiff
path: root/exports/error.h
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-04-28 13:18:34 +0200
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit3a66f0d8c4cb96982a9a8983d1aad04c5bfd5469 (patch)
tree67e689abfd93ab2707cd0a2401009125b76d33f0 /exports/error.h
parent6009b0df371557a9b6319467536872b37996cc74 (diff)
Exports: Remove unused error.h
Diffstat (limited to 'exports/error.h')
-rw-r--r--exports/error.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/exports/error.h b/exports/error.h
deleted file mode 100644
index 2f94bbc..0000000
--- a/exports/error.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef ERROR_H
-#define ERROR_H
-
-typedef struct error {
- const char* traceback;
- const char* cause;
-} error;
-
-#endif /* ERROR_H */